mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-07 05:28:27 +00:00
d44be59fbe
* initial fixes * Update README.md * Update README.md * Update README.md * read me updated * read me updated * code clean up
20 lines
640 B
JavaScript
20 lines
640 B
JavaScript
"use strict";
|
|
/* tslint:disable */
|
|
require('./AngularFileUpload.module.css');
|
|
var styles = {
|
|
angularFileUpload: 'angularFileUpload_18abd87a',
|
|
container: 'container_18abd87a',
|
|
row: 'row_18abd87a',
|
|
listItem: 'listItem_18abd87a',
|
|
button: 'button_18abd87a',
|
|
headerBackground: 'headerBackground_18abd87a',
|
|
whiteBackground: 'whiteBackground_18abd87a',
|
|
textAlignCenter: 'textAlignCenter_18abd87a',
|
|
cursorPointer: 'cursorPointer_18abd87a',
|
|
};
|
|
Object.defineProperty(exports, "__esModule", { value: true });
|
|
exports.default = styles;
|
|
/* tslint:enable */
|
|
|
|
//# sourceMappingURL=AngularFileUpload.module.scss.js.map
|