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
17 lines (17 loc) · 646 Bytes
/
labels.js
File metadata and controls
17 lines (17 loc) · 646 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
/*
* 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 showMoreLabel from '@salesforce/label/c.Search_Facets_showMore';
import showLessLabel from '@salesforce/label/c.Search_Facets_showLess';
import showMoreAriaLabel from '@salesforce/label/c.Search_Facets_showMoreAriaLabel';
import showLessAriaLabel from '@salesforce/label/c.Search_Facets_showLessAriaLabel';
export default {
showMoreLabel,
showLessLabel,
showMoreAriaLabel,
showLessAriaLabel,
};