UNPKG

element-prop-types

Version:
5 lines (4 loc) 195 B
/// <reference types="react" /> import * as React from 'react'; import * as PropTypes from 'prop-types'; export declare const elementOf: (element: React.ReactNode) => PropTypes.Requireable<any>;