fchat-rising/index.d.ts

5 lines
91 B
TypeScript
Raw Normal View History

2020-04-05 18:29:43 +00:00
declare module "!!raw-loader!*" {
const content: string;
export default content;
}