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