UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

16 lines 449 B
import { IPropertyFieldCalloutProps } from '../callout/Callout'; /** * PlaceholderWithCallout component props */ export interface IPlaceholderWithCalloutProps extends IPropertyFieldCalloutProps { } /** * PlaceholderWithCallout component state */ export interface IPlaceholderWithCalloutState { /** * Flag if the callout is currently visible */ isCalloutVisible?: boolean; } //# sourceMappingURL=IPlaceholderWithCallout.d.ts.map