mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-03-01 09:19:17 +00:00
4 lines
84 B
TypeScript
4 lines
84 B
TypeScript
|
export interface ITrendingInThisSiteWebPartProps {
|
||
|
numberOfDocuments: number;
|
||
|
}
|