@mikezimm/fps-core-v7
Version:
Library of reusable core interfaces, types and constants migrated from fps-library-v2
10 lines (9 loc) • 761 B
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-21 23:07:24
* Update:: import { IFPSListItemPickerWPProps } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/interfaces/IFPSListItemPickerWPProps;'
* Update:: import { IThisFPSWebPartClass } to '@mikezimm/fps-core-v7/lib/banner/FPSWebPartClass/IThisFPSWebPartClass1152;'
*/
import { IFPSListItemPickerIndex } from "../interfaces/IFPSListItemPickerWPProps";
import { IThisFPSWebPartClass } from '../../../FPSWebPartClass/IThisFPSWebPartClass1152';
export declare function onListItemPickerChanged(thisWPClass: IThisFPSWebPartClass, propertyPath: string, oldValue: any, newValue: any, idx: IFPSListItemPickerIndex): Promise<void>;
//# sourceMappingURL=onListItemPickerChanged.d.ts.map