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