1
0
mirror of https://github.com/pnp/sp-dev-fx-webparts.git synced 2025-03-09 06:38:52 +00:00

5 lines
100 B
TypeScript

export interface IAngularFileUploadWebPartProps {
libraryTitle: string;
rowLimit: number;
}