Repository URL to install this package:
|
Version:
2.1.16 ▾
|
declare const SelectionListTitle = "Selection Title";
declare const SelectionListData: {
label: string;
value: string;
}[];
export { SelectionListTitle, SelectionListData };