index.d.ts 72 B

123
  1. declare module "known-css-properties" {
  2. export const all: string[];
  3. }