Panel icons

This commit is contained in:
Gregory Schier
2023-03-25 23:29:04 -07:00
parent 2f12424f8d
commit cf7ef55b7d
13 changed files with 604 additions and 5 deletions

4
src-web/index.d.ts vendored
View File

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