UNPKG

smart-react-components

Version:

React UI library, wide variety of editable ready to use Styled and React components.

15 lines (14 loc) 348 B
export interface TooltipAttributes { arrow?: string; transform?: string; arrowTransform?: string; isArrowInHeader?: boolean; } export interface TooltipPositionResult { position: string; status: boolean; overflow: number; transform?: string; arrowTransform?: string; isArrowInHeader: boolean; }