Interface: RsContainerProps
Props for the RsContainer component.
Properties
children?
optionalchildren:ReactNode
Children elements of the container.
className?
optionalclassName:string
CSS class name.
disabled?
optionaldisabled:boolean
Whether the container is disabled.
readOnly?
optionalreadOnly:boolean
Whether the container is read only.