export type ClCollapsePassThrough = { className?: string; }; export type ClCollapseProps = { className?: string; pt?: ClCollapsePassThrough; modelValue?: boolean; };