mirror of
https://gitee.com/mirrors/AllinSSL.git
synced 2026-03-08 07:41:10 +08:00
5 lines
78 B
TypeScript
5 lines
78 B
TypeScript
declare module "*.css" {
|
|
const content: string;
|
|
export default content;
|
|
}
|