mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 04:58:39 +00:00
7 lines
138 B
TypeScript
7 lines
138 B
TypeScript
|
declare const styles: {
|
||
|
photopileWebPart: string;
|
||
|
workingOnItSpinner: string;
|
||
|
loadingLabel: string;
|
||
|
};
|
||
|
export default styles;
|