UNPKG

styled-components

Version:

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

5 lines (4 loc) 390 B
import StyleSheet from '../sheet'; import { Dict, ExecutionContext, Interpolation, RuleSet, Stringifier } from '../types'; export declare const objToCssArray: (obj: Dict<any>) => string[]; export default function flatten<Props extends object>(chunk: Interpolation<object>, executionContext?: ExecutionContext & Props, styleSheet?: StyleSheet, stylisInstance?: Stringifier): RuleSet<Props>;