mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-10 06:55:17 +00:00
6 lines
107 B
TypeScript
6 lines
107 B
TypeScript
|
declare const styles: {
|
||
|
myRecentDocuments: string;
|
||
|
webPartTitle: string;
|
||
|
};
|
||
|
export default styles;
|