mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 14:34:58 +00:00
13 lines
278 B
TypeScript
13 lines
278 B
TypeScript
|
declare const styles: {
|
||
|
angularFileUpload: string;
|
||
|
container: string;
|
||
|
row: string;
|
||
|
listItem: string;
|
||
|
button: string;
|
||
|
headerBackground: string;
|
||
|
whiteBackground: string;
|
||
|
textAlignCenter: string;
|
||
|
cursorPointer: string;
|
||
|
};
|
||
|
export default styles;
|