UNPKG

bitfront-library

Version:

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

8 lines (7 loc) 187 B
export declare class Domain { value: string; label: string; disabled?: boolean; static DUMMY: Domain; constructor(value: string, label: string, disabled?: boolean); }