fchat-rising/index.d.ts

13 lines
217 B
TypeScript
Raw Normal View History

2020-04-05 18:29:43 +00:00
declare module "!!raw-loader!*" {
const content: string;
export default content;
}
2020-10-24 19:43:35 +00:00
declare module "any-ascii" {
export default function anyAscii(s: string): string;
}
2022-12-25 05:44:55 +00:00
declare module 'vue-input-tag' {
}