UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

11 lines 516 B
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout'; import { IPopupWindowProps } from '@microsoft/sp-property-pane'; import { ILinkProps } from '@fluentui/react'; /** * PropertyFieldLinkWithCalloutHost properties interface */ export interface IPropertyFieldLinkWithCalloutHostProps extends ILinkProps, IPlaceholderWithCalloutProps { text: string; popupWindowProps?: IPopupWindowProps; } //# sourceMappingURL=IPropertyFieldLinkWithCalloutHost.d.ts.map