Files
2025-11-13 10:36:23 +08:00

10 lines
171 B
TypeScript

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