index.d.mts 283 B

12345678
  1. import { Measurable } from "@radix-ui/rect";
  2. /**
  3. * Use this custom hook to get access to an element's rect (getBoundingClientRect)
  4. * and observe it along time.
  5. */
  6. export function useRect(measurable: Measurable | null): ClientRect | undefined;
  7. //# sourceMappingURL=index.d.ts.map