mirror of
https://github.com/pnp/sp-dev-fx-webparts.git
synced 2025-02-06 13:08:23 +00:00
5 lines
100 B
TypeScript
5 lines
100 B
TypeScript
|
export interface IAngularFileUploadWebPartProps {
|
||
|
libraryTitle: string;
|
||
|
rowLimit: number;
|
||
|
}
|