UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

12 lines 669 B
import { IPropertyPaneCustomFieldProps, IPropertyPaneToggleProps } from '@microsoft/sp-property-pane'; import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader'; export interface IPropertyFieldToggleWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneToggleProps, IPropertyFieldHeaderCalloutProps { key: string; } /** * Public properties of PropertyFieldToggleWithCallout custom field */ export interface IPropertyFieldToggleWithCalloutProps extends IPropertyPaneToggleProps, IPropertyFieldHeaderCalloutProps { key: string; } //# sourceMappingURL=IPropertyFieldToggleWithCallout.d.ts.map