Repository URL to install this package:
Version:
0.9.6 ▾
|
import { SwatchListType } from 'presets/SwatchList/typings'
const listArray: SwatchListType = [
{
isSelected: true,
label: 'Regular',
value: 'regular',
},
{
isSelected: false,
label: 'Medium',
value: 'medium',
},
{
isSelected: false,
label: 'Fit',
value: 'fit',
},
]
export { listArray }