Files

4 lines
110 B
TypeScript

import * as CSS from 'csstype';
export type StandardCSSProperties = CSS.PropertiesFallback<number | string>;