UNPKG

styled-components

Version:

Visual primitives for the component age. Use the best bits of ES6 and CSS to style your apps without stress

4 lines (3 loc) 154 B
import { Sheet } from './types'; export declare const outputSheet: (sheet: Sheet) => string; export declare const rehydrateSheet: (sheet: Sheet) => void;