UNPKG

@fluentui/react

Version:

Reusable React components for building web experiences.

4 lines (3 loc) 184 B
import * as React from 'react'; import type { ITeachingBubbleProps } from './TeachingBubble.types'; export declare const TeachingBubble: React.FunctionComponent<ITeachingBubbleProps>;