0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-02-15 01:57:09 -05:00
denoland-deno/std/types/prop-types
2020-04-13 13:15:18 -04:00
..
v15.7.2 Refactor std/types (#4713) 2020-04-13 13:15:18 -04:00
README.md Refactor std/types (#4713) 2020-04-13 13:15:18 -04:00

Types for Facebook's Prop-Types library.

npm version

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";