UNPKG

@kelvininc/ui-components

Version:
8 lines (7 loc) 496 B
import { UIComponentsConfig } from '../types'; export declare const getConfig: () => UIComponentsConfig; export declare const getCollapsedElement: (elements: ChildNode[]) => HTMLElement | undefined; export declare const isOverflowEllipsis: (element: HTMLElement) => boolean; export declare const isNodeText: (element: HTMLElement) => boolean; export declare const isNodeComment: (element: HTMLElement) => boolean; export declare const getCssStyle: (element: HTMLElement, prop: string) => string;