@mikezimm/fps-library-v2
Version:
Library of reusable typescript/javascript functions, interfaces and constants
9 lines (8 loc) • 537 B
TypeScript
/**
* CodeAnalizerComment: Updated 1 imports on 2024-09-22 14:49:52
* Update:: import { IMinTeachBubble } to '@mikezimm/fps-core-v7/lib/components/atoms/TeachBubble/IMinTeachBubble;'
*/
/// <reference types="react" />
import { IMinTeachBubble } from '@mikezimm/fps-core-v7/lib/components/atoms/TeachBubble/IMinTeachBubble';
export declare function makeBubbleElementFromBubbles(teachBubble: number, TeachBubbleArray: IMinTeachBubble[], setTeachBubble: any, closeTour: any): JSX.Element;
//# sourceMappingURL=component.d.ts.map