UNPKG

@mantine/core

Version:

React components library focused on usability, accessibility and developer experience

16 lines (15 loc) 1.17 kB
export { AppShell } from './AppShell'; export { AppShellAside } from './AppShellAside/AppShellAside'; export { AppShellFooter } from './AppShellFooter/AppShellFooter'; export { AppShellHeader } from './AppShellHeader/AppShellHeader'; export { AppShellNavbar } from './AppShellNavbar/AppShellNavbar'; export { AppShellSection } from './AppShellSection/AppShellSection'; export { AppShellMain } from './AppShellMain/AppShellMain'; export type { AppShellAsideConfiguration, AppShellHeaderConfiguration, AppShellNavbarConfiguration, AppShellFooterConfiguration, AppShellResponsiveSize, } from './AppShell.types'; export type { AppShellProps, AppShellCssVariables, AppShellFactory, AppShellStylesNames, } from './AppShell'; export type { AppShellAsideProps } from './AppShellAside/AppShellAside'; export type { AppShellFooterProps } from './AppShellFooter/AppShellFooter'; export type { AppShellHeaderProps } from './AppShellHeader/AppShellHeader'; export type { AppShellNavbarProps } from './AppShellNavbar/AppShellNavbar'; export type { AppShellSectionProps } from './AppShellSection/AppShellSection'; export type { AppShellMainProps } from './AppShellMain/AppShellMain';