UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

5 lines 226 B
import { ISPContentTypes } from "../propertyFields/contentTypePicker"; export interface ISPContentTypePickerService { getContentTypes(): Promise<ISPContentTypes>; } //# sourceMappingURL=ISPContentTypePickerService.d.ts.map