UNPKG

shorthand-css-properties

Version:

A utility library for expanding CSS shorthand properties to their full equivalents.

7 lines (6 loc) 131 B
export type expandProperties = { [key: string]: string; }; export type ShorthandProperties = { [key: string]: string[]; };