@pnp/spfx-property-controls
Version:
Reusable property pane controls for SharePoint Framework solutions
9 lines • 671 B
TypeScript
import { IPropertyPaneField } from '@microsoft/sp-property-pane';
import { IPropertyFieldBrandFontPickerProps, IPropertyFieldBrandFontPickerPropsInternal } from './IPropertyFieldBrandFontPicker';
/**
* Helper method to create a Brand Font Picker on the PropertyPane.
* @param targetProperty - Target property the Brand Font Picker is associated to.
* @param properties - Strongly typed Brand Font Picker properties.
*/
export declare function PropertyFieldBrandFontPicker(targetProperty: string, properties: IPropertyFieldBrandFontPickerProps): IPropertyPaneField<IPropertyFieldBrandFontPickerPropsInternal>;
//# sourceMappingURL=PropertyFieldBrandFontPicker.d.ts.map