UNPKG

@nteract/data-explorer

Version:
12 lines (11 loc) 297 B
interface Props { x: number; y: number; } export declare const safeDisplayValue: (value: any) => any; declare const TooltipContent: import("styled-components").StyledComponent<"div", any, { style: { transform: string; }; } & Props, "style">; export default TooltipContent;