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
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
declare const styles: {
|
|
photopileWebPart: string;
|
|
workingOnItSpinner: string;
|
|
loadingLabel: string;
|
|
};
|
|
export default styles;
|