sp-dev-fx-webparts/samples/riot-list/src/webparts/listViewer/IListViewerWebPartProps.ts

4 lines
63 B
TypeScript

export interface IListViewerWebPartProps {
listId: string;
}