UNPKG

truly-ui

Version:

Web Components for Desktop Applications.

8 lines 303 B
export interface TooltipOptions { text: string; color?: string; placement?: 'left-top' | 'left-center' | 'left-bottom' | 'right-top' | 'right-center' | 'right-bottom' | 'top-center' | 'bottom-center'; fontColor?: string; width?: string; } //# sourceMappingURL=tooltipOptions.d.ts.map