UNPKG

317 BTypeScriptView Raw
1/// <reference types="react" />
2import { UseHeaderEditorArgs } from '@graphiql/react';
3declare type HeaderEditorProps = UseHeaderEditorArgs & {
4 active?: boolean;
5};
6export declare function HeaderEditor({ active, ...hookArgs }: HeaderEditorProps): JSX.Element;
7export {};
8//# sourceMappingURL=HeaderEditor.d.ts.map
\No newline at end of file