UNPKG

@mikezimm/fps-core-v7

Version:

Library of reusable core interfaces, types and constants migrated from fps-library-v2

12 lines (11 loc) 1.02 kB
/** * CodeAnalizerComment: Updated 2 imports on 2024-09-22 02:56:43 * Update:: import { fetchListList } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/functions/fetchListList;' * Update:: import { fetchFileList } to '@mikezimm/fps-core-v7/lib/banner/components/ItemPicker/functions/fetchFileList;' */ import { IFPSListItemPickerIndex } from "../interfaces/IFPSListItemPickerWPProps"; import { IFPSListItemPropPaneDropDownOption } from '../../ItemPicker/interfaces/IFPSListItemPropPaneDropDownOption'; import { IThisFPSWebPartClass } from "../../../FPSWebPartClass/IThisFPSWebPartClass1152"; export declare function testValidWebUrl(approvedWebs: IFPSListItemPropPaneDropDownOption[], webUrl: string): boolean; export declare function onListItemPropPaneStart(thisWPClass: IThisFPSWebPartClass, approvedWebs: IFPSListItemPropPaneDropDownOption[], BaseTemplate: '101' | '100', includeItem: boolean, idx: IFPSListItemPickerIndex): Promise<void>; //# sourceMappingURL=onListItemPropPaneStart.d.ts.map