UNPKG

@ui5/webcomponents-react

Version:

React Wrapper for UI5 Web Components and additional components

8 lines (7 loc) 492 B
import type { CSSProperties, RefObject } from 'react'; export declare function getBy(obj: any, path: any, def: any): any; export declare const tagNamesWhichShouldNotSelectARow: Set<string>; export declare const resolveCellAlignment: (column: any) => CSSProperties; export declare function getRowHeight(rowHeight: number, tableRef: RefObject<any>): number; export declare function getSubRowsByString(subRowsKey: any, row: any): any; export declare function getLeafHeaders(header: any): any[];