UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

12 lines 704 B
import { IPropertyPaneCustomFieldProps, IPropertyPaneChoiceGroupProps } from '@microsoft/sp-property-pane'; import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader'; export interface IPropertyFieldChoiceGroupWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneChoiceGroupProps, IPropertyFieldHeaderCalloutProps { key: string; } /** * Public properties of PropertyFieldChoiceGroupWithCallout custom field */ export interface IPropertyFieldChoiceGroupWithCalloutProps extends IPropertyPaneChoiceGroupProps, IPropertyFieldHeaderCalloutProps { key: string; } //# sourceMappingURL=IPropertyFieldChoiceGroupWithCallout.d.ts.map