UNPKG

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