Type Alias SectionFolder
type SectionFolder = {
label: string;
store?: MinimalWritable<boolean>;
styles?: { [key: string]: string };
summaryEnd?: Embed;
}
label: string;
store?: MinimalWritable<boolean>;
styles?: { [key: string]: string };
summaryEnd?: Embed;
}