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