IndentVariantsinterface
{
indent?: IndentVariant | undefined;
}| Property | Type | |
|---|---|---|
.indent | IndentVariant | Inline-padding (left + right) of the element, keeping its content off the edges. |
Variant props for the inline-padding ("indent", left + right) of a component, e.g. indent="normal".