@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
10 lines • 468 B
TypeScript
import * as React from 'react';
import { IPropertyFieldLinkWithCalloutHostProps } from './IPropertyFieldLinkWithCalloutHost';
/**
* Renders the control for PropertyFieldLinkWithCallout component
*/
export default class PropertyFieldLinkHost extends React.Component<IPropertyFieldLinkWithCalloutHostProps, null> {
constructor(props: IPropertyFieldLinkWithCalloutHostProps);
render(): JSX.Element;
}
//# sourceMappingURL=PropertyFieldLinkWithCalloutHost.d.ts.map