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

14 lines
335 B
TypeScript
Raw Normal View History

// Config Form Section Components
// Reusable components for both global and camera-level settings
export {
createConfigSection,
type BaseSectionProps,
type SectionConfig,
type CreateSectionOptions,
} from "./BaseSection";
export {
ConfigSectionTemplate,
type ConfigSectionTemplateProps,
} from "./ConfigSectionTemplate";