muerwre.github.io/custom.d.ts
Fedor Katurov 5104c2518b initial
2022-11-02 12:13:55 +06:00

7 lines
165 B
TypeScript

import { decl } from "postcss";
import { NitroAppPlugin, NitroApp } from "nitropack";
declare module "*.svg" {
const content: string;
export default content;
}