UNPKG

styled-components

Version:

CSS for the <Component> Age. Style components your way with speed, strong typing, and flexibility.

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