UNPKG

@netgrif/components-core

Version:

Netgrif Application engine frontend core Angular library

7 lines (6 loc) 197 B
/** * This class wraps a `boolean` variable into an object, so it can be passed by reference rather than by value to other objects. */ export declare class WrappedBoolean { value: boolean; }