UNPKG

294 BTypeScriptView Raw
1/// <reference types="react" />
2import { GraphQLSchema } from 'graphql';
3declare type DocExplorerProps = {
4 onClose?(): void;
5 schema?: GraphQLSchema | null;
6};
7export declare function DocExplorer(props: DocExplorerProps): JSX.Element;
8export {};
9//# sourceMappingURL=DocExplorer.d.ts.map
\No newline at end of file