UNPKG

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