UNPKG

graphiql

Version:
7 lines 238 B
import { FieldType } from './types'; declare type DefaultValueProps = { field: FieldType; }; export default function DefaultValue({ field }: DefaultValueProps): JSX.Element | null; export {}; //# sourceMappingURL=DefaultValue.d.ts.map