@wonderflow/react-components
Version:
UI components from Wonderflow's Wanda design system
20 lines • 522 B
TypeScript
export declare type ExpanderProps = {
/**
* Set the expand button label when is collapsed
*/
expandLabel?: string;
/**
* Set the expand button label when is expanded
*/
collapseLabel?: string;
/**
* Set the size area for the visible content
*/
visibleArea?: string;
/**
* Set the component to be expanded by default
*/
defaultExpanded?: boolean;
};
export declare const Expander: FCChildrenClass<ExpanderProps>;
//# sourceMappingURL=expander.d.ts.map