/// type ButtonPropsWithOutChildren = Omit, "children">; export type CollaseTriggerProps = { /** * State of the collapse */ open: boolean; sx?: React.CSSProperties & any; } & Omit; export {};