UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

8 lines (7 loc) 262 B
import React from 'react'; import type { PropsWithChildren } from 'react'; interface NullableTypeProps { isNonNull: boolean; } export declare function NullableType({ isNonNull, children }: PropsWithChildren<NullableTypeProps>): React.JSX.Element; export {};