@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
27 lines • 702 B
TypeScript
declare const styles: {
collectionData: string;
noCollectionData: string;
panelActions: string;
required: string;
addBtn: string;
addBtnDisabled: string;
inputField: string;
numberField: string;
invalidField: string;
iconField: string;
iconPicker: string;
requiredField: string;
colorField: string;
colorIndicator: string;
collectionDataField: string;
table: string;
tableRow: string;
tableFooter: string;
tableCell: string;
errorCallout: string;
errorCalloutLink: string;
errorMsgs: string;
tableHead: string;
};
export default styles;
//# sourceMappingURL=PropertyFieldCollectionDataHost.module.scss.d.ts.map