fix: toggle section accordion open
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
export interface SectionAccordionProps {
|
||||
header: string
|
||||
selection?: string | string[]
|
||||
isOpen: boolean
|
||||
isCompleted: boolean
|
||||
label: string
|
||||
path: string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user