Backstage
    Preparing search index...

    Interface SliderOwnProps

    interface SliderOwnProps {
        className?: string;
        description?: string | null;
        isRequired?: boolean;
        label?: string | null;
        secondaryLabel?: string | null;
    }

    Hierarchy (View Summary)

    Index

    Properties

    className?: string
    description?: string | null
    isRequired?: boolean
    label?: string | null
    secondaryLabel?: string | null