sp-dev-fx-webparts/samples/react-officegraph/lib/webparts/workingWith/IWorkingWithWebPartProps.d.ts

5 lines
93 B
TypeScript

export interface IWorkingWithWebPartProps {
numberOfPeople: number;
title: string;
}