mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-03-30 06:02:00 +02:00
Panel icons
This commit is contained in:
4
src-web/index.d.ts
vendored
4
src-web/index.d.ts
vendored
@@ -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>>;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user