mirror of
https://github.com/denoland/deno.git
synced 2025-02-15 01:57:09 -05:00
.. | ||
v15.7.2 | ||
README.md |
Types for Facebook's Prop-Types library.
You can use prop-types to document the intended types of properties passed to functions and classes. This library is intended for his use alongside Facebook's React library, but can be used freely for runtime type checking outside of the React environment.
Usage Examples
// @deno-types="https://deno.land/std/types/prop-types/v15.7.2/prop-types.d.ts"
import PropTypes from "https://cdn.pika.dev/prop-types@15.7.2";