UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 211 B
import { ISPContentType } from "."; /** * Defines a collection of SharePoint list ContentTypes */ export interface ISPContentTypes { value: ISPContentType[]; } //# sourceMappingURL=ISPContentTypes.d.ts.map