Repository URL to install this package:
|
Version:
2.1.16 ▾
|
declare const list: ({
label: string;
value: string;
isSelected: boolean;
} | {
label: string;
value: string;
isSelected?: undefined;
})[];
export { list };