Repository URL to install this package:
|
Version:
0.14.1 ▾
|
const SelectionListTitle = 'Selection Title'
const SelectionListData = [
{
label: 'List Item 1',
value: '',
},
{
label: 'List Item 2',
value: '',
},
{
label: 'List Item 3',
value: '',
},
{
label: 'List Item 4',
value: '',
},
]
export { SelectionListTitle, SelectionListData }