UNPKG

graphiql

Version:
5 lines (4 loc) 110 B
import { FC, ReactNode } from 'react'; export declare const GraphiQLFooter: FC<{ children: ReactNode; }>;