UNPKG

@alauda/ui

Version:

Angular UI components by Alauda Frontend Team.

10 lines (9 loc) 413 B
import { TemplateRef } from '@angular/core'; export declare const last: <T>(values: T[]) => T; export declare const isTemplateRef: (label: any) => label is TemplateRef<unknown>; export declare const isString: (label: any) => label is string; export declare const handlePixel: (value: number | string) => string; export declare function getElementOffset(elem: HTMLElement): { top: number; left: number; };