frigate/web/src/components/config-form/theme/index.ts
2026-02-27 09:37:56 -06:00

6 lines
178 B
TypeScript

// RJSF Custom Theme
// Maps RJSF components to existing shadcn/ui components
export { frigateTheme } from "./frigateTheme";
export type { FrigateTheme } from "./frigateTheme";