Interface ScrollIndicatorProps

interface ScrollIndicatorProps {
    color?: string;
    height?: string;
}

Properties

Properties

color?: string

Color of the scroll bar.

Default

#FA541C
height?: string

Height of the scroll indicator.

Default

5px

Generated using TypeDoc