Interface StatusBarProps

interface StatusBarProps {
    childrenEnd?: ReactNode;
    gridStyle?: GridStyle;
    sheetModel?: ISheetModel;
    sx?: SxProps<Theme>;
}

Hierarchy

  • HTMLAttributes<HTMLDivElement>
    • StatusBarProps

Properties

childrenEnd?: ReactNode
gridStyle?: GridStyle
sheetModel?: ISheetModel
sx?: SxProps<Theme>

MUI SX props