UNPKG

@brizy/ui

Version:
6 lines (5 loc) 287 B
import { RefObject } from "react"; import { ApplyProperties } from "../types"; export declare const getHeightStyle: (isOpen: boolean, isMeasured: boolean, elementRef?: RefObject<HTMLDivElement>) => ApplyProperties<{ "--brz-ui-collapsible-open": string; }> | Record<string, unknown>;