UNPKG

truly-ui

Version:
11 lines (10 loc) 187 B
/** * Created by William on 19/06/2017. */ export interface TooltipOptions { text: string; color?: string; placement?: string; fontColor?: string; width?: string; }