UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

8 lines 428 B
import { IPropertyFieldHeaderCalloutProps } from '../../common/propertyFieldHeader/IPropertyFieldHeader'; import { IChoiceGroupProps } from '@fluentui/react'; /** * PropertyFieldChoiceGroupWithCalloutHost properties interface */ export interface IPropertyFieldChoiceGroupWithCalloutHostProps extends IChoiceGroupProps, IPropertyFieldHeaderCalloutProps { } //# sourceMappingURL=IPropertyFieldChoiceGroupWithCalloutHost.d.ts.map