UNPKG

graphiql

Version:
7 lines 235 B
import { DirectiveNode } from 'graphql'; declare type DirectiveProps = { directive: DirectiveNode; }; export default function Directive({ directive }: DirectiveProps): JSX.Element; export {}; //# sourceMappingURL=Directive.d.ts.map