UNPKG

@plurid/plurid-ui-components-react

Version:

Plurid User Interface Components for React

7 lines (6 loc) 293 B
/// <reference types="react" /> declare const containers: { DashboardsRenderer: import("react").FC<import("./DashboardsRenderer").DashboardsRendererProperties>; EntityView: import("react").ForwardRefExoticComponent<import("./EntityView").EntityViewType>; }; export default containers;