UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

6 lines (5 loc) 192 B
interface DefaultValueProps { defaultValue: any; } export declare function DefaultValue({ defaultValue }: DefaultValueProps): import("react/jsx-runtime.js").JSX.Element | null; export {};