UNPKG

shorthand-css-properties

Version:

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

9 lines (8 loc) 231 B
import { ShorthandProperties } from "./types"; export declare const allProperties: { property: string; url: string; status: string; title: string; }[]; export declare const shortHandProperties: ShorthandProperties;