UNPKG

158 BTypeScriptView Raw
1import * as React from 'react';
2import { ICalloutProps } from './Callout.types';
3export declare const CalloutContent: React.FunctionComponent<ICalloutProps>;