UNPKG

200 BTypeScriptView Raw
1import type { NodePath } from '@babel/traverse';
2/**
3 * Returns true of the prop is required, according to its type definition
4 */
5export default function isRequiredPropType(path: NodePath): boolean;