UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 413 B
import * as React from 'react'; import { IPropertyPaneWebPartInformationHostProps } from './IPropertyPaneWebPartInformationHost'; export default class PropertyPaneWebPartInformationHost extends React.Component<IPropertyPaneWebPartInformationHostProps> { constructor(props: IPropertyPaneWebPartInformationHostProps); render(): JSX.Element; } //# sourceMappingURL=PropertyPaneWebPartInformationHost.d.ts.map