UNPKG

graphiql

Version:
8 lines 329 B
/// <reference types="react" /> import { UseVariableEditorArgs } from '@graphiql/react'; declare type VariableEditorProps = UseVariableEditorArgs & { active?: boolean; }; export declare function VariableEditor({ active, ...hookArgs }: VariableEditorProps): JSX.Element; export {}; //# sourceMappingURL=VariableEditor.d.ts.map