Variable SEGMENT_DIVIDERSConst

SEGMENT_DIVIDERS: {
    sectionSize(sectionSize: number) => SegmentDivider;
    totalSections(numSections: number) => SegmentDivider;
} = ...

Type declaration