Files
homarr/packages/old-schema/src/index.ts
2024-12-15 15:40:26 +01:00

8 lines
396 B
TypeScript

export type { OldmarrConfig, OldmarrCategorySection, OldmarrEmptySection } from "./config";
export { oldmarrConfigSchema } from "./config";
export type { OldmarrApp, OldmarrIntegrationType } from "./app";
export type { OldmarrWidget, OldmarrWidgetKind } from "./widget";
export { oldmarrWidgetKinds } from "./widget";
export { boardSizes } from "./tile";
export type { BoardSize } from "./tile";