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
21 lines (21 loc) · 627 Bytes
/
labels.js
File metadata and controls
21 lines (21 loc) · 627 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
/*
* 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 labelRequired from '@salesforce/label/c.Shared_required';
import placeholderText from '@salesforce/label/c.Product_Variant_Selector_productVariantSelectorPlaceholderText';
export const Labels = {
/**
* A label for variant options.
* @type {string}
*/
labelRequired,
/**
* A label for the placeholder text.
* @type {string}
*/
placeholderText,
};