@spaceandtimelabs/makeinfinite-ui 0.44.0 → 0.45.0

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/dist/index.d.ts CHANGED
@@ -64,6 +64,7 @@ import * as ToggleGroupPrimitive from '@radix-ui/react-toggle-group';
64
64
  import * as TogglePrimitive from '@radix-ui/react-toggle';
65
65
  import * as TooltipPrimitive from '@radix-ui/react-tooltip';
66
66
  import { UseEmblaCarouselType } from 'embla-carousel-react';
67
+ import { useForm } from 'react-hook-form';
67
68
  import { VariantProps } from 'class-variance-authority';
68
69
  import { VisibilityState } from '@tanstack/react-table';
69
70
 
@@ -563,6 +564,7 @@ declare const DrawerTrigger: ForwardRefExoticComponent<DialogTriggerProps & RefA
563
564
 
564
565
  export declare namespace DreamspaceElements {
565
566
  export {
567
+ useForm,
566
568
  Variants,
567
569
  Accordion,
568
570
  AccordionItem,