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

5 lines
77 B
TypeScript
Raw Normal View History

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