UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

7 lines 407 B
import * as React from 'react'; import { IPropertyFieldTextWithCalloutHostProps } from './IPropertyFieldTextWithCalloutHost'; export default class PropertyFieldTextWithCalloutHost extends React.Component<IPropertyFieldTextWithCalloutHostProps, null> { constructor(props: IPropertyFieldTextWithCalloutHostProps); render(): JSX.Element; } //# sourceMappingURL=PropertyFieldTextWithCalloutHost.d.ts.map