Repository URL to install this package:
|
Version:
0.14.1 ▾
|
import { ProductQuantityProps } from './typings'
const labelValueList: ProductQuantityProps = [
{
label: 'Quantity',
value: '2',
},
]
export { labelValueList }
export default labelValueList