@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
20 lines • 749 B
JavaScript
require("./IconPicker.module.css");
const styles = {
dialog: 'dialog_fe4c4f95',
dialogSelectedIcons: 'dialogSelectedIcons_fe4c4f95',
dialogIconsContainer: 'dialogIconsContainer_fe4c4f95',
dialogFooter: 'dialogFooter_fe4c4f95',
save: 'save_fe4c4f95',
navArea: 'navArea_fe4c4f95',
headTitle: 'headTitle_fe4c4f95',
searchBox: 'searchBox_fe4c4f95',
closeBtnContainer: 'closeBtnContainer_fe4c4f95',
footer: 'footer_fe4c4f95',
selectionDisplay: 'selectionDisplay_fe4c4f95',
selectionLabel: 'selectionLabel_fe4c4f95',
selectionIcon: 'selectionIcon_fe4c4f95',
btnCancel: 'btnCancel_fe4c4f95',
btnSave: 'btnSave_fe4c4f95'
};
export default styles;
//# sourceMappingURL=IconPicker.module.scss.js.map