UNPKG

@theaimegroup/aime-component-library

Version:

AIME Component Library

9 lines (8 loc) 206 B
interface DashboardProps { backGround?: string; sideBar?: any; NavBar?: any; body?: any; } export declare function DashboardContainer(props: DashboardProps): JSX.Element; export {};