Files
yaak-mountain-loop/src-web/index.d.ts
Gregory Schier 56a30aa7c4 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>>;
}