@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 414 B
TypeScript
import { IPlaceholderWithCalloutProps } from '../../common/placeholderWithCallout/IPlaceholderWithCallout';
import { ILabelProps } from '@fluentui/react';
/**
* PropertyFieldLabelWithCalloutHost properties interface
*/
export interface IPropertyFieldLabelWithCalloutHostProps extends ILabelProps, IPlaceholderWithCalloutProps {
text: string;
}
//# sourceMappingURL=IPropertyFieldLabelWithCalloutHost.d.ts.map