5 lines
100 B
TypeScript
Raw Normal View History

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