Optional
customAttribute
customAttribute?: {
attribute: string;
value: string | number;
}
Optional
iconPosition
iconPosition?: "none" | "start" | "end"
Optional
negativeMargins
negativeMargins?: boolean | {
bottom: boolean;
left: boolean;
right: boolean;
top: boolean;
}