UNPKG

igniteui-react-core

Version:
25 lines (24 loc) 325 B
import { Type } from "./type"; /** */ export declare enum ReadState { /** */ Initial = 0, /** */ Interactive = 1, /** */ Error = 2, /** */ EndOfFile = 3, /** */ Closed = 4 } /** * @hidden */ export declare let ReadState_$type: Type;