forked from forcedotcom/commerce-on-lightning-components
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathlabels.js
More file actions
13 lines (13 loc) · 751 Bytes
/
labels.js
File metadata and controls
13 lines (13 loc) · 751 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
/*
* Copyright (c) 2023, salesforce.com, inc.
* All rights reserved.
* SPDX-License-Identifier: Apache-2.0
* For full license text, see the LICENSE file in the repo
* root or https://opensource.org/licenses/apache-2-0/
*/
import rangeOverflow from '@salesforce/label/c.Product_QuantitySelector_rangeOverflow';
import rangeUnderflow from '@salesforce/label/c.Product_QuantitySelector_rangeUnderflow';
import stepMismatch from '@salesforce/label/c.Product_QuantitySelector_stepMismatch';
import patternMismatch from '@salesforce/label/c.Product_QuantitySelector_patternMismatch';
import outOfStock from '@salesforce/label/c.Product_QuantitySelector_outOfStock';
export { rangeOverflow, rangeUnderflow, stepMismatch, patternMismatch, outOfStock };