Searched refs:CollapsibleSection (Results 1 – 2 of 2) sorted by relevance
17 import {CollapsibleSection} from './collapsible_section';21 constructor(private sections: CollapsibleSection[]) {}27 getCollapsedSections(): CollapsibleSection[] {31 getSection(type: CollapsibleSectionType): CollapsibleSection | undefined {
19 export interface CollapsibleSection { interface