@knapsack/app
Version:
Build Design Systems on top of knapsack, by Basalt
12 lines • 346 B
TypeScript
export default GraphiQLBlock;
/**
* Simply applies default graphql function
* Instantiating this component with a 'fetcher' attribute will override the default
* @param {object} props - react props
* @returns {*}
* @constructor
*/
declare function GraphiQLBlock(): any;
declare class GraphiQLBlock {
}
//# sourceMappingURL=graphiql.d.ts.map