UNPKG

170 BTypeScriptView Raw
1import { FunctionComponent } from 'react';
2export interface TooltipNoteProps {
3 note: string;
4}
5export declare const TooltipNote: FunctionComponent<TooltipNoteProps>;