UNPKG

@coveord/plasma-mantine

Version:

A Plasma flavoured Mantine theme

6 lines 247 B
import { MutableRefObject } from 'react'; /** * Computes the available height of the parent element on mount */ export declare const useParentHeight: () => [number, MutableRefObject<HTMLDivElement>]; //# sourceMappingURL=useParentHeight.d.ts.map