graphiql
Version:
An graphical interactive in-browser GraphQL IDE.
8 lines • 329 B
TypeScript
/// <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