@kelvininc/ui-components
Version:
Kelvin UI Components
8 lines (7 loc) • 496 B
TypeScript
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;