Repository URL to install this package:
| 
      
        
        
        Version: 
        
         
          
          1.2.11  ▾
        
         | 
import { Interpolation } from '../types';
export declare const objToCss: (obj: Object, prevKey?: string) => string;
declare const flatten: (chunks: Interpolation[], executionContext: Object) => Interpolation[];
export default flatten;