mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-10 10:33:11 +03:00
6 lines
178 B
TypeScript
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";
|