frigate/web/src/components/config-form/sections/index.ts
2026-02-27 09:40:21 -06:00

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";