Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
var
/
www
/
mudeer-web
/
node_modules
/
styled-components
/
dist
/
utils
/
Filename :
flatten.d.ts
back
Copy
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): RuleSet<Props>;