UNPKG

igniteui-angular-core

Version:

Ignite UI Angular Core logic used in multiple UI components.

10 lines (9 loc) 182 B
import { Type } from "./type"; export declare enum PermissionState { Unrestricted = 1, None = 0 } /** * @hidden */ export declare let PermissionState_$type: Type;