sp-dev-fx-webparts/samples/angular-todo/src/webparts/toDo/IToDoWebPartProps.ts

4 lines
69 B
TypeScript
Raw Normal View History

export interface IToDoWebPartProps {
hideFinishedTasks: boolean;
}