UNPKG

igniteui-react-core

Version:
17 lines (16 loc) 314 B
import { Type } from "./type"; /** * Enum specifying state of the highlight value */ export declare enum HighlightState { Hidden = 0, StartShowing = 1, Showing = 2, Shown = 3, StartHiding = 4, Hiding = 5 } /** * @hidden */ export declare let HighlightState_$type: Type;