UNPKG

@pagamio/frontend-commons-lib

Version:

Pagamio library for Frontend reusable components like the form engine and table container

7 lines (6 loc) 446 B
declare const AppSidebarMenu: () => import("react/jsx-runtime").JSX.Element; declare const AppMobileSidebar: () => import("react/jsx-runtime").JSX.Element | null; declare const AppDesktopSidebar: () => import("react/jsx-runtime").JSX.Element; declare const AppDashboardSidebar: () => import("react/jsx-runtime").JSX.Element; export default AppDashboardSidebar; export { AppSidebarMenu, AppMobileSidebar, AppDesktopSidebar, AppDashboardSidebar };