UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

14 lines 717 B
import { IPropertyPaneCustomFieldProps, IPropertyPaneLabelProps } from '@microsoft/sp-property-pane'; import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout'; /** * Internal properties of PropertyFieldLabelWithCallout custom field */ export interface IPropertyFieldLabelWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneLabelProps, IPlaceholderWithCalloutProps { } /** * Public properties of PropertyFieldButtonWithCallout custom field */ export interface IPropertyFieldLabelWithCalloutProps extends IPropertyPaneLabelProps, IPlaceholderWithCalloutProps { key: string; } //# sourceMappingURL=IPropertyFieldLabelWithCallout.d.ts.map