UNPKG

office-ui-fabric-react

Version:

Reusable React components for building experiences for Microsoft 365.

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