Files
homarr/packages/ui/src/index.ts
2026-01-15 21:54:44 +01:00

10 lines
201 B
TypeScript

import type { MantineProviderProps } from "@mantine/core";
import { theme } from "./theme";
export * from "./components";
export const uiConfiguration = {
theme,
} satisfies MantineProviderProps;