@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
35 lines (33 loc) • 1.86 kB
TypeScript
/**
* CodeAnalizerComment: Updated 2 imports on 2024-09-22 14:49:52
* Update:: import { IKeySiteProps } to '@mikezimm/fps-core-v7/lib/banner/components/Gear/IKeySiteProps;'
* Update:: import { IWebpartBannerProps } to '@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps;'
*/
/// <reference types="react" />
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24
* Update:: import { IPinMeState } to '@mikezimm/fps-core-v7/lib/banner/features/PinMe/Interfaces;'
*/
/***
* d88b db db .88b d88. d8888b. d888888b .d88b.
* `8P' 88 88 88'YbdP`88 88 `8D `~~88~~' .8P Y8.
* 88 88 88 88 88 88 88oodD' 88 88 88
* 88 88 88 88 88 88 88~~~ 88 88 88
* db. 88 88b d88 88 88 88 88 88 `8b d8'
* Y8888P ~Y8888P' YP YP YP 88 YP `Y88P'
*
*
*/
import { IWebpartBannerProps } from "@mikezimm/fps-core-v7/lib/banner/mainReact/IWebpartBannerProps";
/***
* db db d8888b. d8888b. .d8b. d888888b d88888b d8b db d88888b .d8b. d8888b.
* 88 88 88 `8D 88 `8D d8' `8b `~~88~~' 88' 888o 88 88' d8' `8b 88 `8D
* 88 88 88oodD' 88 88 88ooo88 88 88ooooo 88V8o 88 88ooooo 88ooo88 88oobY'
* 88 88 88~~~ 88 88 88~~~88 88 88~~~~~ 88 V8o88 88~~~~~ 88~~~88 88`8b
* 88b d88 88 88 .8D 88 88 88 88. 88 V888 88. 88 88 88 `88.
* ~Y8888P' 88 Y8888D' YP YP YP Y88888P VP V8P Y88888P YP YP 88 YD
*
*
*/
export declare function updateNearElements(parentNearElements: JSX.Element[], bannerProps: IWebpartBannerProps, onClickShowSettings: any, onClickToggleExpando: any, _toggleEasyLinks: any): JSX.Element[];
//# sourceMappingURL=updateNearElements.d.ts.map