UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 430 B
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout'; import { ICheckboxProps } from '@fluentui/react'; /** * PropertyFieldCheckboxWithCalloutHost properties interface */ export interface IPropertyFieldCheckboxWithCalloutHostProps extends ICheckboxProps, IPlaceholderWithCalloutProps { text?: string; } //# sourceMappingURL=IPropertyFieldCheckboxWithCalloutHost.d.ts.map