UNPKG

@graphiql/plugin-doc-explorer

Version:
11 lines (10 loc) 259 B
import { FC } from 'react'; import { DirectiveNode } from 'graphql'; declare type DirectiveProps = { /** * The directive that should be rendered. */ directive: DirectiveNode; }; export declare const Directive: FC<DirectiveProps>; export {};