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