UNPKG

bitfront-library

Version:

Angular CLI project with components and classes used by other Angular projects of the BIT foundation.

13 lines (12 loc) 202 B
export declare enum FormType { Insert = 0, Update = 1, Select = 2 } export declare enum PageStatus { Init = 0, Searching = 1, FinishSearch = 2, Error = 3, ReadOnly = 4 }