data/method/chatgpt_web/ChatGPT-Next-Web-main/app/global.d.ts

12 lines
243 B
TypeScript
Raw Normal View History

2024-01-29 10:44:43 +08:00
declare module "*.jpg";
declare module "*.png";
declare module "*.woff2";
declare module "*.woff";
declare module "*.ttf";
declare module "*.scss" {
const content: Record<string, string>;
export default content;
}
declare module "*.svg";