morphit/node_modules/known-css-properties/index.d.ts

3 lines
72 B
TypeScript

declare module "known-css-properties" {
export const all: string[];
}