UNPKG

@taiga-ui/cdk

Version:

Base library for creating Angular components and applications using Taiga UI principles regarding of actual visual appearance

12 lines (11 loc) 474 B
import { QueryList } from '@angular/core'; /** * For type safety when using @ContentChildren and @ViewChildren * * NOTE: Be careful subscribing to 'changes' * @deprecated use viewChild(), viewChildren(), contentChild() and contentChildren() for strict type checking */ export declare const EMPTY_QUERY: QueryList<any>; export declare const EMPTY_ARRAY: []; export declare const EMPTY_FUNCTION: (...args: any[]) => void; export declare const EMPTY_CLIENT_RECT: DOMRect;