UNPKG

@pnp/spfx-property-controls

Version:

Reusable property pane controls for SharePoint Framework solutions

9 lines 653 B
import { IPropertyPaneField } from '@microsoft/sp-property-pane'; import { IPropertyFieldDateTimePickerPropsInternal, IPropertyFieldDateTimePickerProps } from './IPropertyFieldDateTimePicker'; /** * Helper method to create the customer field on the PropertyPane. * @param targetProperty - Target property the custom field is associated to. * @param properties - Strongly typed custom field properties. */ export declare function PropertyFieldDateTimePicker(targetProperty: string, properties: IPropertyFieldDateTimePickerProps): IPropertyPaneField<IPropertyFieldDateTimePickerPropsInternal>; //# sourceMappingURL=PropertyFieldDateTimePicker.d.ts.map