geoview-core
    Preparing search index...

    Type Alias SxProps<Theme>

    SxProps:
        | SystemStyleObject<Theme>
        | ((theme: Theme) => SystemStyleObject<Theme>)
        | ReadonlyArray<
            | boolean
            | SystemStyleObject<Theme>
            | ((theme: Theme) => SystemStyleObject<Theme>),
        >

    The SxProps can be either object or function

    Type Parameters

    • Theme extends object = {}