UNPKG

@choerodon/master

Version:
13 lines (12 loc) 378 B
/// <reference types="react" /> import { TooltipPlacement } from 'choerodon-ui/lib/tooltip'; export interface ToolTipsConfigType { title?: string; placement?: TooltipPlacement; style?: React.CSSProperties; overlayStyle?: React.CSSProperties; defaultVisible?: boolean; visible?: boolean; arrowPointAtCenter?: boolean; overlayClassName?: string; }