UNPKG

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