/**
 * Created by William on 19/06/2017.
 */
export interface TooltipOptions {
    text: string;
    color?: string;
    placement?: string;
    fontColor?: string;
    width?: string;
}
