mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-09 22:44:59 +00:00
5 lines
102 B
TypeScript
5 lines
102 B
TypeScript
|
export interface IMyRecentDocumentsWebPartProps {
|
||
|
numberOfDocuments: number;
|
||
|
title: string;
|
||
|
}
|