UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 403 B
import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader'; import { IToggleProps } from '@fluentui/react'; /** * PropertyFieldToggleWithCalloutHost properties interface */ export interface IPropertyFieldToggleWithCalloutHostProps extends IToggleProps, IPropertyFieldHeaderCalloutProps { } //# sourceMappingURL=IPropertyFieldToggleWithCalloutHost.d.ts.map