UNPKG

@talend/react-containers

Version:

Provide connected components aka containers for @talend/react-cmf based on @talend/react-components.

12 lines (11 loc) 352 B
export * from "./containers"; export * from "./register"; export { default as actionAPI } from "./actionAPI"; export const Layout: any; export const CircularProgress: any; export const Drawer: any; export const Icon: any; export const IconsProvider: any; export const TooltipTrigger: any; export default cmfModule; import cmfModule from './cmfModule';