Files
yaak/src-web/index.d.ts
Gregory Schier d563ac63db Panel icons
2023-03-25 23:29:04 -07:00

8 lines
205 B
TypeScript

declare module 'format-graphql' {
export function formatSdl(query: string): string;
}
declare module '*.svg' {
export const ReactComponent: React.FunctionComponent<React.SVGAttributes<SVGElement>>;
}