Preview: flatten.d.ts
Size: 453 B
/proc/thread-self/root/home/byroehnu/.trash/node_modules11/styled-components/dist/utils/flatten.d.ts
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) | undefined, styleSheet?: StyleSheet | undefined, stylisInstance?: Stringifier | undefined, result?: RuleSet<Props>): RuleSet<Props>;
Directory Contents
Dirs: 0 × Files: 29