UNPKG

@mikezimm/fps-library-v2

Version:

Library of reusable typescript/javascript functions, interfaces and constants

9 lines 429 B
import { IPropertyPaneField, IPropertyPaneCustomFieldProps } from '@microsoft/sp-property-pane'; import { IFpsMultiSelectDropdownProps } from './IFpsMultiSelectDropdownProps'; /** * * @param props * @returns */ export declare function PropertyPaneMultiSelectDropdown(props: IFpsMultiSelectDropdownProps): IPropertyPaneField<IPropertyPaneCustomFieldProps>; //# sourceMappingURL=fps-PropPaneMultiSelectDropdown.d.ts.map