UNPKG

338 BTypeScriptView Raw
1import * as React from 'react';
2export interface HintBodyProps {
3 /** Content rendered inside the hint body. */
4 children?: React.ReactNode;
5 /** Additional classes applied to the hint body. */
6 className?: string;
7}
8export declare const HintBody: React.FunctionComponent<HintBodyProps>;
9//# sourceMappingURL=HintBody.d.ts.map
\No newline at end of file