mirror of
https://github.com/OliveTin/OliveTin
synced 2025-12-16 02:55:39 +00:00
4 lines
72 B
TypeScript
4 lines
72 B
TypeScript
declare module "known-css-properties" {
|
|
export const all: string[];
|
|
}
|