fchat-rising/index.d.ts

5 lines
91 B
TypeScript

declare module "!!raw-loader!*" {
const content: string;
export default content;
}