5 lines
100 B
TypeScript

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