UNPKG

@taiga-ui/cdk

Version:

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

11 lines (10 loc) 364 B
import { QueryList } from '@angular/core'; /** * For type safety when using @ContentChildren and @ViewChildren * * NOTE: Be careful subscribing to 'changes' */ 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;