mirror of
https://github.com/mountain-loop/yaak.git
synced 2026-01-11 22:40:26 +01:00
8 lines
205 B
TypeScript
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>>;
|
|
}
|