
### skin
- type: "standard" | "light" | "dark" | "premium" | "inverted" | "transparent"
- description: Specifies the skin. Applied to all children.
### priority
- type: "primary" | "secondary"
- description: Specifies the priority. Applied to all children.
### size
- type: "tiny" | "small" | "medium" | "large"
- description: Controls the size. Applied to all children.
### disabled
- type: boolean
- description: Specifies whether user interactions are disabled. Applied to all children.
### children
- type: ReactNode
- description: Children: SplitActionButton and SplitActionIconButton
### className
- type: string
- description: Specifies a CSS class name to be appended to the component's root element.
### dataHook
- type: string
- description: Applies a data-hook HTML attribute that can be used in the tests.

