SheetXL - v0.3.20
    Preparing search index...

    Interface TableStyleOptionsPanelProps

    This is a panel that is used to configure options for a table.

    interface TableStyleOptionsPanelProps {
        sx?: SxProps<Theme>;
    }

    Hierarchy

    • HTMLAttributes<HTMLElement>
      • TableStyleOptionsPanelProps
    Index

    Properties

    Properties

    sx?: SxProps<Theme>