UNPKG

184 BTypeScriptView Raw
1import * as React from 'react';
2import type { ITeachingBubbleProps } from './TeachingBubble.types';
3export declare const TeachingBubble: React.FunctionComponent<ITeachingBubbleProps>;