frigate/web/src/components/config-form/theme/index.ts

6 lines
178 B
TypeScript
Raw Normal View History

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