Anchorage API reference
    Preparing search index...
    interface SelectProps {
        disabled?: boolean;
        label: string;
        onChange: (value: string) => void;
        options: readonly SelectOption[];
        value: string;
    }
    Index

    Properties

    disabled?: boolean
    label: string
    onChange: (value: string) => void
    options: readonly SelectOption[]
    value: string