Skip to content

CollapseState

type CollapseState = Record<
string,
{
collapsed: boolean
}
>