UNPKG

182 BTypeScriptView Raw
1import * as React from 'react';
2export declare function customizable(scope: string, fields: string[], concatStyles?: boolean): <P>(ComposedComponent: React.ComponentType<P>) => any;