mirror of
https://github.com/CaramelFur/Picsur.git
synced 2025-11-16 16:25:49 +01:00
5 lines
98 B
TypeScript
5 lines
98 B
TypeScript
declare module "*.css" {
|
|
const mapping: Record<string, string>;
|
|
export default mapping;
|
|
}
|