interface ToolTipState {
    show: boolean;
}

Properties

Properties

show: boolean