sp-dev-fx-webparts/samples/react-officegraph/lib/webparts/trendingInTheSitesIFollow/ITrendingInTheSitesIFollowW...

5 lines
110 B
TypeScript
Raw Normal View History

export interface ITrendingInTheSitesIFollowWebPartProps {
title: string;
numberOfDocuments: number;
}