mirror of
https://github.com/blakeblackshear/frigate.git
synced 2026-03-11 10:57:38 +03:00
15 lines
356 B
TypeScript
15 lines
356 B
TypeScript
// Config Form Section Components
|
|
// Reusable components for both global and camera-level settings
|
|
|
|
export {
|
|
ConfigSection,
|
|
type BaseSectionProps,
|
|
type SectionConfig,
|
|
type CreateSectionOptions,
|
|
type ConfigSectionProps,
|
|
} from "./BaseSection";
|
|
export {
|
|
ConfigSectionTemplate,
|
|
type ConfigSectionTemplateProps,
|
|
} from "./ConfigSectionTemplate";
|