UNPKG

@mikezimm/fps-core-v7

Version:

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

15 lines (14 loc) 542 B
/** * CodeAnalizerComment: Updated 1 imports on 2024-09-21 23:07:24 * Update:: import { check4This } to '@mikezimm/fps-core-v7/lib/logic/Links/CheckSearch;' */ import { IMinTeachBubble } from "./IMinTeachBubble"; /** * * @param AllTeachBubbles * @param wpId * @param teach - Beginning of Ids ( LESS # symbol which is automatically added ) * @returns */ export declare function getTeachBubbles(AllTeachBubbles: IMinTeachBubble[], wpId: string, teach: string): IMinTeachBubble[]; //# sourceMappingURL=getTeacher.d.ts.map