UNPKG

@heroui/react-utils

Version:

A set of utilities for react on client side

9 lines (7 loc) 260 B
type ShapeType = { width: number; height: number; }; declare const getCSSStyleVal: (str: string, parentNum: number) => number; declare const getRealShape: (el: HTMLElement | null) => ShapeType; export { type ShapeType, getCSSStyleVal, getRealShape };