UNPKG

@redocly/graphql-docs

Version:

Redocly GraphQL docs

7 lines (6 loc) 257 B
import type { PropsWithChildren } from 'react'; interface NullableTypeProps { isNonNull: boolean; } export declare function NullableType({ isNonNull, children }: PropsWithChildren<NullableTypeProps>): import("react/jsx-runtime").JSX.Element; export {};