mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-14 00:45:23 +00:00
9 lines
164 B
TypeScript
9 lines
164 B
TypeScript
|
declare const styles: {
|
||
|
trendingInThisSite: string;
|
||
|
container: string;
|
||
|
row: string;
|
||
|
listItem: string;
|
||
|
button: string;
|
||
|
};
|
||
|
export default styles;
|