UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

10 lines 484 B
import * as React from 'react'; import { IPropertyFieldButtonWithCalloutHostProps } from './IPropertyFieldButtonWithCalloutHost'; /** * Renders the control for PropertyFieldButtonWithCallout component */ export default class PropertyFieldButtonHost extends React.Component<IPropertyFieldButtonWithCalloutHostProps, null> { constructor(props: IPropertyFieldButtonWithCalloutHostProps); render(): JSX.Element; } //# sourceMappingURL=PropertyFieldButtonWithCalloutHost.d.ts.map