UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

5 lines 184 B
import { ISPViews } from "../propertyFields/viewPicker"; export interface ISPViewPickerService { getViews(): Promise<ISPViews>; } //# sourceMappingURL=ISPViewPickerService.d.ts.map