Function GridToolbarContainer
- GridToolbarContainer(props): ReactNode
Parameters
- props: HTMLAttributes<HTMLDivElement> & {
sx?: SxProps<Theme>;
} & RefAttributes<HTMLDivElement>
Returns ReactNode
Properties
Readonly
$$typeof
$$typeof: symbol
Optional
defaultProps
defaultProps?: Partial<GridToolbarContainerProps> | Partial<HTMLAttributes<HTMLDivElement> & { sx?: SxProps<Theme>; } & RefAttributes<HTMLDivElement>> Optional
displayName
displayName?: string
Optional
propTypes
propTypes?: WeakValidationMap<GridToolbarContainerProps> | WeakValidationMap<HTMLAttributes<HTMLDivElement> & { sx?: SxProps<Theme>; } & RefAttributes<HTMLDivElement>>
Deprecated
Use values for destructuring assignments instead.