The props for the Expansion component.
Represents the properties for the Expansion component.
OptionalclassName?: stringOptionaldescription?: stringOptionalexpansionOpened?: booleanOptionalstyle?: anyOptionaltitle?: stringThe title of the expansion section.
The description of the expansion section.
The CSS class name for the expansion section.
Override columns for Group component.
Specifies if the content of the expansion section should be baseline-aligned.
The style object for the expansion section.
The inline style object for the expansion section.
The content of the expansion section.
Specifies if the expansion section should be initially expanded.
The rendered Expansion component.
Expansion component used for creating expandable sections in UI.