mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-05 20:48:17 +00:00
be13d78abe
* Updated jquery-photopile to GA * updated typings
14 lines
412 B
JavaScript
14 lines
412 B
JavaScript
"use strict";
|
|
/* tslint:disable */
|
|
require('./PhotopileWebPart.module.css');
|
|
var styles = {
|
|
photopileWebPart: 'photopileWebPart_44ab54de',
|
|
workingOnItSpinner: 'workingOnItSpinner_44ab54de',
|
|
loadingLabel: 'loadingLabel_44ab54de',
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = styles;
|
|
/* tslint:enable */
|
|
|
|
//# sourceMappingURL=PhotopileWebPart.module.scss.js.map
|