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) · 746 Bytes
/
labels.js
File metadata and controls
21 lines (21 loc) · 746 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 toggleFilterExpandedAssistiveText from '@salesforce/label/c.Search_Facets_toggleFilterExpandedAssistiveText';
import toggleFilterCollapsedAssistiveText from '@salesforce/label/c.Search_Facets_toggleFilterCollapsedAssistiveText';
export default {
/**
* A label of the form 'Toggle filter, expanded'
* @type {string}
*/
toggleFilterExpandedAssistiveText,
/**
* A label of the form 'Toggle filter, collapsed'
* @type {string}
*/
toggleFilterCollapsedAssistiveText,
};