@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
8 lines • 401 B
TypeScript
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
import { IButtonProps } from '@fluentui/react';
/**
* PropertyFieldButtonWithCalloutHost properties interface
*/
export interface IPropertyFieldButtonWithCalloutHostProps extends IButtonProps, IPlaceholderWithCalloutProps {
}
//# sourceMappingURL=IPropertyFieldButtonWithCalloutHost.d.ts.map