UNPKG

dom-helpers

Version:
5 lines (4 loc) 194 B
import * as CSS from 'csstype'; export type HyphenProperty = keyof CSS.PropertiesHyphen; export type CamelProperty = keyof CSS.Properties; export type Property = HyphenProperty | CamelProperty;