Circle V2 API Docs
    Preparing search index...

    Type Alias NativeSelectProps

    NativeSelectProps: NativeSelectRootProps & {
        items: NativeSelectItem[];
        placeholder?: string;
        ref?: React.Ref<HTMLDivElement>;
    }

    Type Declaration

    • items: NativeSelectItem[]

      The list of options.

    • Optionalplaceholder?: string

      Placeholder shown when no value is selected.

    • Optionalref?: React.Ref<HTMLDivElement>