UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 176 B
import { ISPView } from "."; /** * Defines a collection of SharePoint list views */ export interface ISPViews { value: ISPView[]; } //# sourceMappingURL=ISPViews.d.ts.map