@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
20 lines • 753 B
JavaScript
require("./IconSelector.module.css");
const styles = {
dialog: 'dialog_48077024',
dialogSelectedIcons: 'dialogSelectedIcons_48077024',
dialogIconsContainer: 'dialogIconsContainer_48077024',
dialogFooter: 'dialogFooter_48077024',
save: 'save_48077024',
navArea: 'navArea_48077024',
headTitle: 'headTitle_48077024',
searchBox: 'searchBox_48077024',
closeBtnContainer: 'closeBtnContainer_48077024',
footer: 'footer_48077024',
selectionDisplay: 'selectionDisplay_48077024',
selectionLabel: 'selectionLabel_48077024',
selectionIcon: 'selectionIcon_48077024',
btnCancel: 'btnCancel_48077024',
btnSave: 'btnSave_48077024'
};
export default styles;
//# sourceMappingURL=IconSelector.module.scss.js.map