UNPKG

@omnia/fx-models

Version:
8 lines (7 loc) 204 B
import { types } from "typestyle"; export interface NestedCSSPropertiesExtends extends types.NestedCSSProperties { /** * used it when you want to clear existing. **/ $clear?: boolean; }