Jack Maclennan Portfolio
    Preparing search index...
    interface SelectOption {
        label: ReactNode;
        value: string | number;
        selected?: ReactNode;
    }
    Index

    Properties

    Properties

    label: ReactNode

    the visible text or ReactNode in the Select menu

    value: string | number

    the unique key stored by parent

    selected?: ReactNode

    optional value to display with selected option