@alicloud/console-components
Version:
Alibaba Cloud React Components
14 lines (12 loc) • 378 B
JavaScript
export { default as ConfigProvider } from './config-provider';
export * from './rc';
export var version = '2.x';
export var __LIB_INFO = {
'type': '__LIB_INFO',
'name': '@alicloud/console-components',
'version': '2.4.2'
};
if (typeof window === "object") {
window['__lib_info_array'] = window['__lib_info_array'] || [];
window['__lib_info_array'].push(__LIB_INFO);
}