UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

9 lines 323 B
import { AppShellMainProps, Factory, AppShell } from '@mantine/core'; export type AppShellMainFactory = Factory<{ props: AppShellMainProps; ref: HTMLElement; compound: true; }>; export { AppShell }; export { type AppShellFactory, type AppShellProps } from '@mantine/core'; //# sourceMappingURL=AppShell.d.ts.map