1
0
Fork 0
mirror of https://github.com/FrankerFaceZ/FrankerFaceZ.git synced 2025-06-27 12:55:55 +00:00
FrankerFaceZ/types/import-types.d.ts

4 lines
77 B
TypeScript

declare module "*.scss" {
const content: string;
export default content;
}