export type CollapsibleProps = { initialHeight?: string maxHeight?: string toggled?: boolean className?: string togglesClassName?: string }