@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
14 lines • 724 B
TypeScript
import { IPropertyPaneCustomFieldProps, IPropertyPaneButtonProps } from '@microsoft/sp-property-pane';
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
/**
* Internal properties of PropertyFieldButtonWithCallout custom field
*/
export interface IPropertyFieldButtonWithCalloutPropsInternal extends IPropertyPaneCustomFieldProps, IPropertyPaneButtonProps, IPlaceholderWithCalloutProps {
}
/**
* Public properties of PropertyFieldButtonWithCallout custom field
*/
export interface IPropertyFieldButtonWithCalloutProps extends IPropertyPaneButtonProps, IPlaceholderWithCalloutProps {
key: string;
}
//# sourceMappingURL=IPropertyFieldButtonWithCallout.d.ts.map