AppBarSpacerProps
Interface
Represents the props of the KendoReact AppBarSpacer component. Used to give additional white space between the AppBar sections and provides a way for customizing its width.
Definition
Package:@progress/kendo-react-layout
Properties
children?
ReactNode
Determines the child nodes.
className?
string
Sets additional CSS classes to the AppBarSpacer.
style?
CSSProperties
Sets additional CSS styles to the AppBarSpacer.