mirror of
https://github.com/muerwre/muerwre.github.io.git
synced 2025-04-24 18:36:41 +07:00
7 lines
165 B
TypeScript
7 lines
165 B
TypeScript
import { decl } from "postcss";
|
|
import { NitroAppPlugin, NitroApp } from "nitropack";
|
|
|
|
declare module "*.svg" {
|
|
const content: string;
|
|
export default content;
|
|
}
|