@tarsis/toolkit 0.6.2 → 0.6.4

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
@@ -6,6 +6,7 @@ import { DependencyList } from 'react';
6
6
  import { DetailedHTMLProps } from 'react';
7
7
  import { ElementType } from 'react';
8
8
  import { HTMLAttributes } from 'react';
9
+ import { IconType } from 'react-icons';
9
10
  import { InputHTMLAttributes } from 'react';
10
11
  import { JSX } from 'react/jsx-runtime';
11
12
  import { JSX as JSX_2 } from 'react';
@@ -35,7 +36,7 @@ export declare const AnimatedBlendedCard: () => JSX.Element;
35
36
 
36
37
  export declare const AnimatedHeroTitle: () => JSX.Element;
37
38
 
38
- export declare const AnimatedHoverButton: ({ children, className, ...rest }: Props_14) => JSX.Element;
39
+ export declare const AnimatedHoverButton: ({ children, className, ...rest }: Props_17) => JSX.Element;
39
40
 
40
41
  export declare const AnimatedHoverGlowButton: () => JSX.Element;
41
42
 
@@ -86,6 +87,7 @@ declare type BaseProps = HTMLAttributes<HTMLElement> & {
86
87
  tooltipOptions?: TooltipOptions;
87
88
  mouseX: MotionValue_2<number | null>;
88
89
  mute?: boolean;
90
+ variant?: 'default' | 'glass';
89
91
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
90
92
  };
91
93
 
@@ -97,16 +99,24 @@ export declare const BoldHamburger: () => JSX.Element;
97
99
 
98
100
  export declare const BorderGradient: () => JSX.Element;
99
101
 
100
- export declare const BorderLink: ({ children, className, ...rest }: Props_44) => JSX.Element;
102
+ export declare const BorderLink: ({ children, className, ...rest }: Props_50) => JSX.Element;
101
103
 
102
104
  export declare const BouncyClock: () => JSX.Element;
103
105
 
104
- export declare const BrandCard: ({ children, label, hoverColor, className, contentClassName, }: Props_28) => JSX.Element;
106
+ export declare const BrandCard: ({ children, label, hoverColor, className, contentClassName, }: Props_32) => JSX.Element;
105
107
 
106
108
  export declare const BreakingProgress: ({ loop }: Props_8) => JSX.Element;
107
109
 
108
110
  export declare const BubblyParticlesButton: () => JSX.Element;
109
111
 
112
+ export declare function BugsPage({ text, description, className }: BugsPageProps): JSX.Element;
113
+
114
+ declare interface BugsPageProps {
115
+ text: string;
116
+ description?: string;
117
+ className?: string;
118
+ }
119
+
110
120
  export declare const BulletsCarousel: () => JSX.Element;
111
121
 
112
122
  export declare const BurningButton: () => JSX.Element;
@@ -117,11 +127,11 @@ export declare const ButtonShimmer: () => JSX.Element;
117
127
 
118
128
  export declare const ButtonWithDot: () => JSX.Element;
119
129
 
120
- export declare const CanOfDigits: ({ className, controls, initialValue, }: Props_48) => JSX.Element;
130
+ export declare const CanOfDigits: ({ className, controls, initialValue, }: Props_54) => JSX.Element;
121
131
 
122
- export declare const CaptionCard: ({ imageSrc, thumbSrc, title, description, className, }: Props_29) => JSX.Element;
132
+ export declare const CaptionCard: ({ imageSrc, thumbSrc, title, description, className, }: Props_33) => JSX.Element;
123
133
 
124
- export declare const CardCarousel: ({ items }: Props_34) => JSX.Element;
134
+ export declare const CardCarousel: ({ items }: Props_39) => JSX.Element;
125
135
 
126
136
  export declare const CardDetails: () => JSX.Element;
127
137
 
@@ -129,7 +139,7 @@ export declare const CardGlow: () => JSX.Element;
129
139
 
130
140
  export declare const CardMarquee: () => JSX.Element;
131
141
 
132
- export declare const CardTile: ({ children, onClick, className, }: Props_30) => JSX.Element;
142
+ export declare const CardTile: ({ children, onClick, className, }: Props_34) => JSX.Element;
133
143
 
134
144
  declare interface CarouselItem {
135
145
  id: string;
@@ -145,7 +155,7 @@ export declare const chain: (...elements: ReactNode[]) => JSX.Element[];
145
155
 
146
156
  export declare const ChaseLoader: () => JSX.Element;
147
157
 
148
- export declare const Checkbox: ({ rootClassName, className, inputClassName, ref, }: Props_36) => JSX.Element;
158
+ export declare const Checkbox: ({ rootClassName, className, inputClassName, ref, }: Props_41) => JSX.Element;
149
159
 
150
160
  export declare const ChequeredCard: () => JSX.Element;
151
161
 
@@ -153,17 +163,17 @@ export declare const Chips: () => JSX.Element;
153
163
 
154
164
  export declare const ChromaticAberration: () => JSX.Element;
155
165
 
156
- export declare const CircleDotsLoader: ({ type }: Props_49) => JSX.Element;
166
+ export declare const CircleDotsLoader: ({ type }: Props_55) => JSX.Element;
157
167
 
158
168
  export declare const CircleLinesAnimation: () => JSX.Element;
159
169
 
160
- export declare const CircleLink: ({ children, className, ...rest }: Props_45) => JSX.Element;
170
+ export declare const CircleLink: ({ children, className, ...rest }: Props_51) => JSX.Element;
161
171
 
162
172
  export declare const CircleParticles: () => JSX.Element;
163
173
 
164
174
  export declare const CircleTextHover: () => JSX.Element;
165
175
 
166
- export declare const ClaymorphicHeart: ({ className }: Props_15) => JSX.Element;
176
+ export declare const ClaymorphicHeart: ({ className }: Props_18) => JSX.Element;
167
177
 
168
178
  export declare const ClearInput: () => JSX.Element;
169
179
 
@@ -183,7 +193,7 @@ export declare const ComplexGradient: () => JSX.Element;
183
193
 
184
194
  export declare const componentLogger: BaseLogger;
185
195
 
186
- export declare const ConfettiButton: ({ className, onClick, children, ...props }: Props_16) => JSX.Element;
196
+ export declare const ConfettiButton: ({ className, onClick, children, ...props }: Props_19) => JSX.Element;
187
197
 
188
198
  declare type Constructor<T> = new (...args: any[]) => T;
189
199
 
@@ -193,8 +203,6 @@ export declare const Counter: () => JSX.Element;
193
203
 
194
204
  export declare const CoverFlowGallery: () => JSX.Element;
195
205
 
196
- export declare const CronRedirectPage: () => JSX.Element;
197
-
198
206
  export declare const CubeLoader: () => JSX.Element;
199
207
 
200
208
  export declare const CurtainRevealMenu: () => JSX.Element;
@@ -207,7 +215,7 @@ export declare const DarkMatterMouseEffect: () => JSX.Element;
207
215
 
208
216
  export declare const DaySwitch: () => JSX.Element;
209
217
 
210
- export declare const DDDButton: ({ children, onClick, className, }: Props_17) => JSX.Element;
218
+ export declare const DDDButton: ({ children, onClick, className, }: Props_20) => JSX.Element;
211
219
 
212
220
  export declare const DDDHoverCard: () => JSX.Element;
213
221
 
@@ -219,10 +227,12 @@ export declare const DenseGrid: () => JSX.Element;
219
227
 
220
228
  export declare const DetachedMenu: () => JSX.Element;
221
229
 
222
- export declare const DialControl: ({ limit }: Props_40) => JSX.Element;
230
+ export declare const DialControl: ({ limit }: Props_45) => JSX.Element;
223
231
 
224
232
  export declare const DialFuturistic: () => JSX.Element;
225
233
 
234
+ export declare const DissolveElementEffect: ({ children, duration, maxScale, className, onTrigger, trigger, }: Props_13) => JSX.Element;
235
+
226
236
  /**
227
237
  * Math utility functions for animations and interactions
228
238
  */
@@ -230,11 +240,11 @@ export declare function distance(x1: number, x2: number, y1: number, y2: number)
230
240
 
231
241
  export declare const Dock: () => JSX.Element;
232
242
 
233
- export declare const DockButton: ({ children, className, ref, ...rest }: Props_18) => JSX.Element;
243
+ export declare const DockButton: ({ children, className, ref, ...rest }: Props_21) => JSX.Element;
234
244
 
235
245
  export declare const DockHas: () => JSX.Element;
236
246
 
237
- export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, className, }: {
247
+ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, className, variant, }: {
238
248
  children: (ReactElement<(HTMLAttributes<HTMLElement> & {
239
249
  children: ReactNode;
240
250
  tooltip?: ReactNode;
@@ -244,6 +254,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
244
254
  };
245
255
  mouseX: MotionValue<number | null>;
246
256
  mute?: boolean;
257
+ variant?: "default" | "glass";
247
258
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
248
259
  } & {
249
260
  use?: "div";
@@ -258,6 +269,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
258
269
  };
259
270
  mouseX: MotionValue<number | null>;
260
271
  mute?: boolean;
272
+ variant?: "default" | "glass";
261
273
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
262
274
  } & ({
263
275
  use: "a";
@@ -280,6 +292,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
280
292
  };
281
293
  mouseX: MotionValue<number | null>;
282
294
  mute?: boolean;
295
+ variant?: "default" | "glass";
283
296
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
284
297
  } & ({
285
298
  use: "a";
@@ -304,6 +317,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
304
317
  };
305
318
  mouseX: MotionValue<number | null>;
306
319
  mute?: boolean;
320
+ variant?: "default" | "glass";
307
321
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
308
322
  } & {
309
323
  use?: "div";
@@ -318,6 +332,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
318
332
  };
319
333
  mouseX: MotionValue<number | null>;
320
334
  mute?: boolean;
335
+ variant?: "default" | "glass";
321
336
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
322
337
  } & ({
323
338
  use: "a";
@@ -340,6 +355,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
340
355
  };
341
356
  mouseX: MotionValue<number | null>;
342
357
  mute?: boolean;
358
+ variant?: "default" | "glass";
343
359
  onClick?: (e: MouseEvent_2<HTMLElement>) => void;
344
360
  } & ({
345
361
  use: "a";
@@ -357,6 +373,7 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
357
373
  children: ReactNode;
358
374
  }, string | JSXElementConstructor<any>> | null)[];
359
375
  className?: string;
376
+ variant?: "default" | "glass";
360
377
  onMouseEnter?: VoidFunction;
361
378
  onMouseLeave?: VoidFunction;
362
379
  }) => JSX.Element) & {
@@ -369,11 +386,11 @@ export declare const DockMotion: (({ children, onMouseEnter, onMouseLeave, class
369
386
 
370
387
  export declare const DoubleArrowButton: () => JSX.Element;
371
388
 
372
- export declare const DoubleArrowCollabButton: ({ onClick, children }: Props_19) => JSX.Element;
389
+ export declare const DoubleArrowCollabButton: ({ onClick, children }: Props_22) => JSX.Element;
373
390
 
374
- export declare const DoubleStateButton: ({ children, alternativeChildren, className, ref, ...rest }: Props_20) => JSX.Element;
391
+ export declare const DoubleStateButton: ({ children, alternativeChildren, className, ref, ...rest }: Props_23) => JSX.Element;
375
392
 
376
- export declare const DropdownMenu: ({ value, items }: Props_53) => JSX.Element;
393
+ export declare const DropdownMenu: ({ value, items }: Props_59) => JSX.Element;
377
394
 
378
395
  export declare const Duck: () => JSX.Element;
379
396
 
@@ -391,7 +408,7 @@ export declare const ElectrifiedButtonGS: () => JSX.Element;
391
408
 
392
409
  export declare const EmailInput: () => JSX.Element;
393
410
 
394
- export declare const EmojiLayer: ({ className, depth }: Props_55) => JSX.Element;
411
+ export declare const EmojiLayer: ({ className, depth }: Props_61) => JSX.Element;
395
412
 
396
413
  export declare const EndlessLoader: ({ container }: EndlessLoaderProps) => null;
397
414
 
@@ -399,20 +416,20 @@ declare type EndlessLoaderProps = {
399
416
  container?: HTMLElement;
400
417
  };
401
418
 
402
- export declare const EnlightenedText: ({ children }: Props_59) => JSX.Element;
419
+ export declare const EnlightenedText: ({ children }: Props_66) => JSX.Element;
403
420
 
404
- export declare const EnvelopeTile: ({ className, header, children }: Props_31) => JSX.Element;
421
+ export declare const EnvelopeTile: ({ className, header, children }: Props_35) => JSX.Element;
405
422
 
406
423
  export declare const eventLogger: BaseLogger;
407
424
 
408
- export declare const Expand: ({ isExpanded, children, className }: Props_12) => JSX.Element;
425
+ export declare const Expand: ({ isExpanded, children, className }: Props_14) => JSX.Element;
409
426
 
410
427
  declare type ExpansionProps = InteractiveElementProps & {
411
428
  expansion: 'expanded' | 'collapsed';
412
429
  interaction?: Interaction;
413
430
  };
414
431
 
415
- declare type ExternalDockMotionItemSignature = (props: Omit<Props_41, 'mouseX'> & Use) => JSX_2.Element;
432
+ declare type ExternalDockMotionItemSignature = (props: Omit<Props_46, 'mouseX'> & Use) => JSX_2.Element;
416
433
 
417
434
  export declare const FadeUp: ({ children, delay, duration, once, }: {
418
435
  children: ReactNode;
@@ -455,15 +472,24 @@ export declare function getPath(x: number, smoothing: number): string;
455
472
 
456
473
  export declare const GlassIcon: () => JSX.Element;
457
474
 
475
+ export declare const GlassMusicPlayer: ({ title, artist, imageUrl, variant, onPlay, onFastForward, className, children, }: Props_62) => JSX.Element;
476
+
458
477
  export declare const GlassSwitch: () => JSX.Element;
459
478
 
479
+ export declare const GlassToolbar: ({ groupedButtons, floatingButton, }?: GlassToolbarProps) => JSX.Element;
480
+
481
+ declare type GlassToolbarProps = {
482
+ groupedButtons?: ToolbarButton[];
483
+ floatingButton?: ToolbarButton;
484
+ };
485
+
460
486
  export declare const GlideImageGallery: () => JSX.Element;
461
487
 
462
488
  export declare const GlidingReveal: () => JSX.Element;
463
489
 
464
490
  export declare const GlitterCard: () => JSX.Element;
465
491
 
466
- export declare const GlowButton: ({ children, className, type, ref, ...rest }: Props_21) => JSX.Element;
492
+ export declare const GlowButton: ({ children, className, type, ref, ...rest }: Props_24) => JSX.Element;
467
493
 
468
494
  export declare const GlowingDropdown: () => JSX.Element;
469
495
 
@@ -505,9 +531,9 @@ export declare const GridViewTransition: () => JSX.Element;
505
531
 
506
532
  export declare const HamburgerMusic: () => JSX.Element;
507
533
 
508
- export declare const HamburgerX: ({ isOpen, onClick }: Props_42) => JSX.Element;
534
+ export declare const HamburgerX: ({ isOpen, onClick }: Props_47) => JSX.Element;
509
535
 
510
- export declare const Header: ({ children, className, contentClassName, }: Props_43) => JSX.Element;
536
+ export declare const Header: ({ children, className, contentClassName, }: Props_48) => JSX.Element;
511
537
 
512
538
  export declare const HeartFoldButton: () => JSX.Element;
513
539
 
@@ -517,9 +543,9 @@ export declare const hookLogger: BaseLogger;
517
543
 
518
544
  export declare const Hoverable3DCard: () => JSX.Element;
519
545
 
520
- export declare const HoverGlowButton: ({ children, className, ...props }: Props_22) => JSX.Element;
546
+ export declare const HoverGlowButton: ({ children, className, ...props }: Props_25) => JSX.Element;
521
547
 
522
- export declare const HoverTile: ({ color, global, children }: Props_32) => JSX.Element;
548
+ export declare const HoverTile: ({ color, global, children }: Props_36) => JSX.Element;
523
549
 
524
550
  export declare const Illumination: () => JSX.Element;
525
551
 
@@ -557,9 +583,11 @@ declare type InteractiveProps = InteractiveElementProps & {
557
583
  expansion?: never;
558
584
  };
559
585
 
586
+ export declare const InvertedRadius: ({ imageSrc, alt, caption, variant, className, }: Props_37) => JSX.Element;
587
+
560
588
  export declare const Ios15Button: () => JSX.Element;
561
589
 
562
- export declare const IosSwitch: ({ className, ...props }: Props_56) => JSX.Element;
590
+ export declare const IosSwitch: ({ className, ...props }: Props_63) => JSX.Element;
563
591
 
564
592
  export declare const is: <T>(type: Constructor<T>) => (x: T) => boolean;
565
593
 
@@ -586,7 +614,7 @@ export declare const ITEMS: {
586
614
  url: string;
587
615
  }[];
588
616
 
589
- export declare const JellyText: ({ children, className }: Props_60) => JSX.Element;
617
+ export declare const JellyText: ({ children, className }: Props_67) => JSX.Element;
590
618
 
591
619
  export declare const keys: <T extends Record<string | number | symbol, any>>(value: T) => Array<`${keyof T & (string | number | boolean)}` | (keyof T & symbol)>;
592
620
 
@@ -621,7 +649,7 @@ export declare type LogLevel = 'silent' | 'error' | 'warn' | 'info' | 'debug';
621
649
 
622
650
  export declare const LoveGlow: () => JSX.Element;
623
651
 
624
- export declare const MagicalText: ({ children }: Props_61) => JSX.Element;
652
+ export declare const MagicalText: ({ children }: Props_68) => JSX.Element;
625
653
 
626
654
  export declare const MagicMouseEffect: () => null;
627
655
 
@@ -631,6 +659,8 @@ export declare const MagnifiedNavItems: () => JSX.Element;
631
659
 
632
660
  export declare const MetalCircleController: () => JSX.Element;
633
661
 
662
+ export declare const MinimalisticAccordion: ({ summary, children, defaultOpen, onToggle, className, }: Props_15) => JSX.Element;
663
+
634
664
  export declare const MinimalisticGlassButton: () => JSX.Element;
635
665
 
636
666
  export declare const MobileNavBar: () => JSX.Element;
@@ -655,17 +685,17 @@ export declare const NamedPointer: ({ children }: Props_4) => JSX.Element;
655
685
 
656
686
  export declare const NavigationMenu: () => JSX.Element;
657
687
 
658
- export declare const NeonButton: ({ className, ...rest }: Props_23) => JSX.Element;
688
+ export declare const NeonButton: ({ className, ...rest }: Props_26) => JSX.Element;
659
689
 
660
690
  export declare const NeonToggleSwitch: () => JSX.Element;
661
691
 
662
- export declare const NeumorphicAnalogClock: ({ className }: Props_38) => JSX.Element;
692
+ export declare const NeumorphicAnalogClock: ({ className }: Props_43) => JSX.Element;
663
693
 
664
694
  export declare const NeumorphicLogo: () => JSX.Element;
665
695
 
666
696
  export declare const NeumorphicSlider: () => JSX.Element;
667
697
 
668
- export declare const NeuromorphicToggle: ({ dark }: Props_57) => JSX.Element;
698
+ export declare const NeuromorphicToggle: ({ dark }: Props_64) => JSX.Element;
669
699
 
670
700
  export declare const NewsletterInput: () => JSX.Element;
671
701
 
@@ -713,11 +743,11 @@ export declare const PositionHover: () => JSX.Element;
713
743
 
714
744
  export declare const PredictionButton: () => JSX.Element;
715
745
 
716
- export declare const ProductTile: ({ children, onClick, className, }: Props_33) => JSX.Element;
746
+ export declare const ProductTile: ({ children, onClick, className, }: Props_38) => JSX.Element;
717
747
 
718
748
  export declare const ProfileCard: () => JSX.Element;
719
749
 
720
- export declare const ProgressButton: ({ children, className, onClick, ...props }: Props_24) => JSX.Element;
750
+ export declare const ProgressButton: ({ children, className, onClick, ...props }: Props_27) => JSX.Element;
721
751
 
722
752
  export declare type Props = {
723
753
  children?: ReactNode;
@@ -739,68 +769,102 @@ declare type Props_11 = {
739
769
  };
740
770
 
741
771
  declare type Props_12 = {
742
- isExpanded: boolean;
743
- children: ReactNode;
772
+ images?: string[];
773
+ duration?: number;
774
+ maxScale?: number;
744
775
  className?: string;
776
+ onDelete?: () => void;
745
777
  };
746
778
 
747
779
  declare type Props_13 = {
780
+ children: React.ReactNode;
781
+ duration?: number;
782
+ maxScale?: number;
748
783
  className?: string;
784
+ onTrigger?: () => void;
785
+ trigger?: boolean;
749
786
  };
750
787
 
751
- declare type Props_14 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
788
+ declare type Props_14 = {
789
+ isExpanded: boolean;
790
+ children: ReactNode;
791
+ className?: string;
792
+ };
752
793
 
753
794
  declare type Props_15 = {
795
+ summary: ReactNode;
796
+ children: ReactNode;
797
+ defaultOpen?: boolean;
798
+ onToggle?: (open: boolean) => void;
754
799
  className?: string;
755
800
  };
756
801
 
757
- declare type Props_16 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
802
+ declare type Props_16 = {
803
+ className?: string;
804
+ };
805
+
806
+ declare type Props_17 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
807
+
808
+ declare type Props_18 = {
809
+ className?: string;
810
+ };
811
+
812
+ declare type Props_19 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
813
+
814
+ declare type Props_2 = {
815
+ position?: 'static' | 'fixed';
816
+ };
758
817
 
759
- declare type Props_17 = {
818
+ declare type Props_20 = {
760
819
  className?: string;
761
820
  onClick?: VoidFunction;
762
821
  children?: ReactNode;
763
822
  };
764
823
 
765
- declare interface Props_18 extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
824
+ declare interface Props_21 extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
766
825
  children?: ReactNode;
767
826
  className?: string;
768
827
  }
769
828
 
770
- declare type Props_19 = {
829
+ declare type Props_22 = {
771
830
  onClick?: VoidFunction;
772
831
  children?: ReactNode;
773
832
  };
774
833
 
775
- declare type Props_2 = {
776
- position?: 'static' | 'fixed';
777
- };
778
-
779
- declare interface Props_20 extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
834
+ declare interface Props_23 extends DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> {
780
835
  children?: ReactNode;
781
836
  alternativeChildren?: ReactNode;
782
837
  className?: string;
783
838
  }
784
839
 
785
- declare type Props_21 = ButtonHTMLAttributes<HTMLButtonElement> & {
840
+ declare type Props_24 = ButtonHTMLAttributes<HTMLButtonElement> & {
786
841
  ref?: Ref<HTMLButtonElement>;
787
842
  };
788
843
 
789
- declare type Props_22 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
844
+ declare type Props_25 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
790
845
 
791
- declare type Props_23 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
846
+ declare type Props_26 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
792
847
 
793
- declare type Props_24 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> & {
848
+ declare type Props_27 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement> & {
794
849
  className?: string;
795
850
  };
796
851
 
797
- declare type Props_25 = {
852
+ declare type Props_28 = {
798
853
  variant: 'wavy' | 'linear' | 'glance';
799
854
  };
800
855
 
801
- declare type Props_26 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
856
+ declare type Props_29 = {
857
+ children?: ReactNode;
858
+ className?: string;
859
+ } & ButtonHTMLAttributes<HTMLButtonElement>;
802
860
 
803
- declare type Props_27 = {
861
+ declare type Props_3 = {
862
+ className?: string;
863
+ };
864
+
865
+ declare type Props_30 = DetailedHTMLProps<ButtonHTMLAttributes<HTMLButtonElement>, HTMLButtonElement>;
866
+
867
+ declare type Props_31 = {
804
868
  onClick?: (e: MouseEvent_2<HTMLButtonElement>) => void;
805
869
  disabled?: boolean;
806
870
  onSuccess?: VoidFunction;
@@ -808,7 +872,7 @@ declare type Props_27 = {
808
872
  className?: string;
809
873
  };
810
874
 
811
- declare type Props_28 = {
875
+ declare type Props_32 = {
812
876
  children?: ReactNode;
813
877
  className?: string;
814
878
  contentClassName?: string;
@@ -816,7 +880,7 @@ declare type Props_28 = {
816
880
  label?: ReactNode;
817
881
  };
818
882
 
819
- declare type Props_29 = {
883
+ declare type Props_33 = {
820
884
  imageSrc?: string;
821
885
  title?: string;
822
886
  thumbSrc?: string;
@@ -824,141 +888,154 @@ declare type Props_29 = {
824
888
  className?: string;
825
889
  };
826
890
 
827
- declare type Props_3 = {
828
- className?: string;
829
- };
830
-
831
- declare type Props_30 = {
891
+ declare type Props_34 = {
832
892
  children: ReactNode;
833
893
  className?: string;
834
894
  onClick?: VoidFunction;
835
895
  };
836
896
 
837
- declare type Props_31 = {
897
+ declare type Props_35 = {
838
898
  header: ReactNode;
839
899
  children: ReactNode;
840
900
  className?: string;
841
901
  };
842
902
 
843
- declare type Props_32 = {
903
+ declare type Props_36 = {
844
904
  children?: ReactNode;
845
905
  global?: boolean;
846
906
  color?: string;
847
907
  };
848
908
 
849
- declare type Props_33 = {
909
+ declare type Props_37 = {
910
+ imageSrc?: string;
911
+ alt?: string;
912
+ caption?: string;
913
+ variant?: 'default' | 'alt';
914
+ className?: string;
915
+ };
916
+
917
+ declare type Props_38 = {
850
918
  children: ReactNode;
851
919
  className?: string;
852
920
  onClick?: VoidFunction;
853
921
  };
854
922
 
855
- declare type Props_34 = {
923
+ declare type Props_39 = {
856
924
  items?: CarouselItem[];
857
925
  };
858
926
 
859
- declare type Props_35 = {
927
+ declare type Props_4 = {
928
+ children: ReactNode;
929
+ };
930
+
931
+ declare type Props_40 = {
860
932
  headline?: ReactNode;
861
933
  description?: string;
862
934
  withArrows?: boolean;
863
935
  children?: ReactElement<any> | ReactElement<any>[];
864
936
  };
865
937
 
866
- declare type Props_36 = DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
938
+ declare type Props_41 = DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
867
939
  rootClassName?: string;
868
940
  className?: string;
869
941
  inputClassName?: string;
870
942
  ref?: Ref<HTMLSpanElement>;
871
943
  };
872
944
 
873
- declare type Props_37 = {
945
+ declare type Props_42 = {
874
946
  children: ReactNode;
875
947
  defaultChecked?: boolean;
876
948
  onChange?: (checked: boolean) => void;
877
949
  };
878
950
 
879
- declare type Props_38 = {
951
+ declare type Props_43 = {
880
952
  className?: string;
881
953
  };
882
954
 
883
- declare type Props_39 = {
955
+ declare type Props_44 = {
884
956
  onClick?: VoidFunction;
885
957
  };
886
958
 
887
- declare type Props_4 = {
888
- children: ReactNode;
889
- };
890
-
891
- declare type Props_40 = {
959
+ declare type Props_45 = {
892
960
  limit?: boolean;
893
961
  };
894
962
 
895
- declare type Props_41 = IllustrativeProps | InteractiveProps | ExpansionProps;
963
+ declare type Props_46 = IllustrativeProps | InteractiveProps | ExpansionProps;
896
964
 
897
- declare type Props_42 = {
965
+ declare type Props_47 = {
898
966
  isOpen: boolean;
899
967
  onClick?: VoidFunction;
900
968
  className?: string;
901
969
  };
902
970
 
903
- declare type Props_43 = {
971
+ declare type Props_48 = {
904
972
  className?: string;
905
973
  contentClassName?: string;
906
974
  children: ReactNode;
907
975
  };
908
976
 
909
- declare type Props_44 = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
977
+ declare type Props_49 = {
978
+ className?: string;
979
+ onChange?: (name: string) => void;
980
+ };
981
+
982
+ declare type Props_5 = {
983
+ options: {
984
+ id: string;
985
+ title: ReactNode;
986
+ }[];
987
+ activeId: string;
988
+ onChange: (value: string) => void;
989
+ isVertical?: boolean;
990
+ };
991
+
992
+ declare type Props_50 = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
910
993
 
911
- declare type Props_45 = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
994
+ declare type Props_51 = DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement>;
912
995
 
913
- declare interface Props_46 extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
996
+ declare interface Props_52 extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
914
997
  href: string;
915
998
  }
916
999
 
917
- declare interface Props_47 extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
1000
+ declare interface Props_53 extends DetailedHTMLProps<AnchorHTMLAttributes<HTMLAnchorElement>, HTMLAnchorElement> {
918
1001
  href: string;
919
1002
  }
920
1003
 
921
- declare type Props_48 = {
1004
+ declare type Props_54 = {
922
1005
  className?: string;
923
1006
  controls?: boolean;
924
1007
  initialValue?: number;
925
1008
  };
926
1009
 
927
- declare type Props_49 = {
1010
+ declare type Props_55 = {
928
1011
  type?: 'fade' | 'scale';
929
1012
  };
930
1013
 
931
- declare type Props_5 = {
932
- options: {
933
- id: string;
934
- title: ReactNode;
935
- }[];
936
- activeId: string;
937
- onChange: (value: string) => void;
938
- isVertical?: boolean;
939
- };
940
-
941
- declare type Props_50 = {
1014
+ declare type Props_56 = {
942
1015
  className?: string;
943
1016
  children?: string;
944
1017
  };
945
1018
 
946
- declare type Props_51 = {
1019
+ declare type Props_57 = {
947
1020
  className?: string;
948
1021
  onClick?: VoidFunction;
949
1022
  children?: ReactNode;
950
1023
  };
951
1024
 
952
- declare type Props_52 = {
1025
+ declare type Props_58 = {
953
1026
  status: 'success' | 'loading' | 'pending';
954
1027
  };
955
1028
 
956
- declare type Props_53 = {
1029
+ declare type Props_59 = {
957
1030
  items: Item[];
958
1031
  value?: Item['id'];
959
1032
  };
960
1033
 
961
- declare type Props_54 = {
1034
+ declare type Props_6 = {
1035
+ children: ReactNode;
1036
+ };
1037
+
1038
+ declare type Props_60 = {
962
1039
  items: Item_2[];
963
1040
  onClick?: (id: string) => void;
964
1041
  direction?: 'left' | 'right';
@@ -968,60 +1045,72 @@ declare type Props_54 = {
968
1045
  activeId?: string | null;
969
1046
  };
970
1047
 
971
- declare type Props_55 = {
1048
+ declare type Props_61 = {
972
1049
  className: string;
973
1050
  depth: number;
974
1051
  };
975
1052
 
976
- declare type Props_56 = DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
1053
+ declare type Props_62 = {
1054
+ title?: string;
1055
+ artist?: string;
1056
+ imageUrl?: string;
1057
+ variant?: 'default' | 'large' | 'inline';
1058
+ onPlay?: () => void;
1059
+ onFastForward?: () => void;
977
1060
  className?: string;
1061
+ children?: ReactNode;
978
1062
  };
979
1063
 
980
- declare type Props_57 = {
981
- dark?: boolean;
1064
+ declare type Props_63 = DetailedHTMLProps<InputHTMLAttributes<HTMLInputElement>, HTMLInputElement> & {
1065
+ className?: string;
982
1066
  };
983
1067
 
984
- declare type Props_58 = {
985
- withText?: boolean;
1068
+ declare type Props_64 = {
1069
+ dark?: boolean;
986
1070
  };
987
1071
 
988
- declare type Props_59 = {
989
- children: ReactNode;
1072
+ declare type Props_65 = {
1073
+ withText?: boolean;
990
1074
  };
991
1075
 
992
- declare type Props_6 = {
1076
+ declare type Props_66 = {
993
1077
  children: ReactNode;
994
1078
  };
995
1079
 
996
- declare type Props_60 = {
1080
+ declare type Props_67 = {
997
1081
  children: string;
998
1082
  className?: string;
999
1083
  };
1000
1084
 
1001
- declare type Props_61 = {
1085
+ declare type Props_68 = {
1002
1086
  children: string;
1003
1087
  };
1004
1088
 
1005
- declare type Props_62 = {
1089
+ declare type Props_69 = {
1006
1090
  children: string;
1007
1091
  reveal?: boolean;
1008
1092
  };
1009
1093
 
1010
- declare type Props_63 = {
1094
+ declare type Props_7 = {
1095
+ type?: 'reveal' | 'fade-in' | 'glow';
1096
+ };
1097
+
1098
+ declare type Props_70 = {
1011
1099
  children: string;
1012
1100
  };
1013
1101
 
1014
- declare type Props_64 = {
1102
+ declare type Props_71 = {
1015
1103
  children: string;
1016
1104
  className?: string;
1017
1105
  };
1018
1106
 
1019
- declare type Props_65 = {
1020
- children: string;
1107
+ declare type Props_72 = {
1108
+ text?: string;
1109
+ className?: string;
1021
1110
  };
1022
1111
 
1023
- declare type Props_7 = {
1024
- type?: 'reveal' | 'fade-in' | 'glow';
1112
+ declare type Props_73 = {
1113
+ children: string;
1025
1114
  };
1026
1115
 
1027
1116
  declare type Props_8 = {
@@ -1034,7 +1123,7 @@ declare type Props_9 = {
1034
1123
  children: ReactNode;
1035
1124
  };
1036
1125
 
1037
- export declare const PsychedelicButton: ({ variant }: Props_25) => JSX.Element;
1126
+ export declare const PsychedelicButton: ({ variant }: Props_28) => JSX.Element;
1038
1127
 
1039
1128
  export declare const PulseInLoader: () => JSX.Element;
1040
1129
 
@@ -1044,19 +1133,36 @@ export declare const QuickTimeClock: () => JSX.Element;
1044
1133
 
1045
1134
  export declare const RadialMenu: () => JSX.Element;
1046
1135
 
1047
- export declare const RadialNavigation: ({ onClick, items, direction, className, isMobile, position, activeId, }: Props_54) => JSX.Element;
1136
+ export declare const RadialNavigation: ({ onClick, items, direction, className, isMobile, position, activeId, }: Props_60) => JSX.Element;
1048
1137
 
1049
1138
  export declare const RadioHopping: () => JSX.Element;
1050
1139
 
1140
+ declare type RadioOption = {
1141
+ value: string;
1142
+ label: string;
1143
+ };
1144
+
1051
1145
  export declare const RadioParticles: () => JSX.Element;
1052
1146
 
1053
1147
  export declare const RadioRolling: () => JSX.Element;
1054
1148
 
1149
+ export declare const RadioSlidingFocus: ({ options, name, defaultValue, value: controlledValue, onChange, }?: RadioSlidingFocusProps) => JSX.Element;
1150
+
1151
+ declare type RadioSlidingFocusProps = {
1152
+ options?: RadioOption[];
1153
+ name?: string;
1154
+ defaultValue?: string;
1155
+ value?: string;
1156
+ onChange?: (value: string) => void;
1157
+ };
1158
+
1055
1159
  export declare const RaysBackground: () => JSX.Element;
1056
1160
 
1057
1161
  export declare const RealisticSmoke: () => JSX.Element;
1058
1162
 
1059
- export declare const RegularLink: ({ children, href, className, target, rel, ref, ...rest }: Props_46) => JSX.Element;
1163
+ export declare const RedirectPage: () => JSX.Element;
1164
+
1165
+ export declare const RegularLink: ({ children, href, className, target, rel, ref, ...rest }: Props_52) => JSX.Element;
1060
1166
 
1061
1167
  export declare const RepostButton: () => JSX.Element;
1062
1168
 
@@ -1064,7 +1170,7 @@ export declare const RevealImageAnimation: () => JSX.Element;
1064
1170
 
1065
1171
  export declare const RhombusGallery: () => JSX.Element;
1066
1172
 
1067
- export declare const RingLoader: ({ className, children, }: Props_50) => JSX.Element;
1173
+ export declare const RingLoader: ({ className, children, }: Props_56) => JSX.Element;
1068
1174
 
1069
1175
  export declare const RotatedCardsCarousel: () => JSX.Element;
1070
1176
 
@@ -1076,7 +1182,7 @@ export declare const RunningButton: () => JSX.Element;
1076
1182
 
1077
1183
  export declare const SchrodingerFormControls: () => JSX.Element;
1078
1184
 
1079
- export declare const ScrambledText: ({ children, reveal }: Props_62) => JSX.Element;
1185
+ export declare const ScrambledText: ({ children, reveal }: Props_69) => JSX.Element;
1080
1186
 
1081
1187
  export declare const ScramblingLetters: () => JSX.Element;
1082
1188
 
@@ -1084,7 +1190,7 @@ export declare const ScrollCountdown: () => JSX.Element;
1084
1190
 
1085
1191
  export declare const ScrollDrivenTextBlowOut: () => JSX.Element;
1086
1192
 
1087
- export declare const Scroller: ({ headline, description, withArrows, children, }: Props_35) => JSX.Element;
1193
+ export declare const Scroller: ({ headline, description, withArrows, children, }: Props_40) => JSX.Element;
1088
1194
 
1089
1195
  export declare const ScrollingTextReveal: () => JSX.Element;
1090
1196
 
@@ -1110,7 +1216,7 @@ export declare const ShadowedCardsList: () => JSX.Element;
1110
1216
 
1111
1217
  export declare const ShadowedClick: () => JSX.Element;
1112
1218
 
1113
- export declare const ShakingText: ({ children }: Props_63) => JSX.Element;
1219
+ export declare const ShakingText: ({ children }: Props_70) => JSX.Element;
1114
1220
 
1115
1221
  export declare const ShakyLine: () => JSX.Element;
1116
1222
 
@@ -1134,10 +1240,14 @@ export declare const ShineAnimation: () => JSX.Element;
1134
1240
  */
1135
1241
  export declare const ShineCard: ({ children, className, style, ...props }: Props) => JSX.Element;
1136
1242
 
1137
- export declare const ShiningText: ({ children, className }: Props_64) => JSX.Element;
1243
+ export declare const ShiningText: ({ children, className }: Props_71) => JSX.Element;
1138
1244
 
1139
1245
  export declare const ShinyButton: () => JSX.Element;
1140
1246
 
1247
+ export declare const ShinyCtaButton: ({ children, className, ...props }: Props_29) => JSX.Element;
1248
+
1249
+ export declare const SignatureAnimation: ({ className, onChange }: Props_49) => JSX.Element;
1250
+
1141
1251
  export declare const SinglePopoverMenu: () => JSX.Element;
1142
1252
 
1143
1253
  export declare const SkateboardPreloader: () => JSX.Element;
@@ -1181,13 +1291,15 @@ export declare const SparklyButton: () => JSX.Element;
1181
1291
 
1182
1292
  export declare const SpeechToText: () => JSX.Element;
1183
1293
 
1184
- export declare const SpinningClickAnimation: ({ children, onClick, className, }: Props_51) => JSX.Element;
1294
+ export declare const SpinningClickAnimation: ({ children, onClick, className, }: Props_57) => JSX.Element;
1295
+
1296
+ export declare const SpiralLoadingText: ({ text, className }: Props_72) => JSX.Element;
1185
1297
 
1186
- export declare const SplashCursor: ({ onClick }: Props_39) => JSX.Element;
1298
+ export declare const SplashCursor: ({ onClick }: Props_44) => JSX.Element;
1187
1299
 
1188
1300
  export declare const SquircleAvatar: () => JSX.Element;
1189
1301
 
1190
- export declare const SquishButton: ({ children, className, ...rest }: Props_26) => JSX.Element;
1302
+ export declare const SquishButton: ({ children, className, ...rest }: Props_30) => JSX.Element;
1191
1303
 
1192
1304
  export declare const StackingCards: () => JSX.Element;
1193
1305
 
@@ -1203,7 +1315,7 @@ export declare const StretchToggle: () => JSX.Element;
1203
1315
 
1204
1316
  export declare const StretchyLoader: () => JSX.Element;
1205
1317
 
1206
- export declare const StrikethroughCheckbox: ({ defaultChecked, children, onChange, }: Props_37) => JSX.Element;
1318
+ export declare const StrikethroughCheckbox: ({ defaultChecked, children, onChange, }: Props_42) => JSX.Element;
1207
1319
 
1208
1320
  export declare const StrikethroughCheckboxes: () => JSX.Element;
1209
1321
 
@@ -1211,9 +1323,9 @@ export declare const StuntPreloader: () => JSX.Element;
1211
1323
 
1212
1324
  export declare const SubtleBorderAnimation: () => JSX.Element;
1213
1325
 
1214
- export declare const SuccessLoader: ({ status }: Props_52) => JSX.Element;
1326
+ export declare const SuccessLoader: ({ status }: Props_58) => JSX.Element;
1215
1327
 
1216
- export declare const SuccessLoadingButton: ({ onClick, onSuccess, children, className, disabled, }: Props_27) => JSX.Element;
1328
+ export declare const SuccessLoadingButton: ({ onClick, onSuccess, children, className, disabled, }: Props_31) => JSX.Element;
1217
1329
 
1218
1330
  /**
1219
1331
  * TabBarAnimation Component
@@ -1238,12 +1350,14 @@ export declare const TextOutline: () => JSX.Element;
1238
1350
 
1239
1351
  export declare const TextShadow: () => JSX.Element;
1240
1352
 
1241
- export declare const Texture: ({ className }: Props_13) => JSX.Element;
1353
+ export declare const Texture: ({ className }: Props_16) => JSX.Element;
1242
1354
 
1243
1355
  export declare const ThanosDisappearEffect: () => JSX.Element;
1244
1356
 
1245
1357
  export declare const ThanosDisappearEffectList: () => JSX.Element;
1246
1358
 
1359
+ export declare const ThanosDissolve: ({ images, duration, maxScale, className, onDelete, }: Props_12) => JSX.Element;
1360
+
1247
1361
  export declare const ThreadsLikeButton: () => JSX.Element;
1248
1362
 
1249
1363
  export declare const ThreeDotsLoader: () => JSX.Element;
@@ -1258,7 +1372,7 @@ export declare const TimeCirclesLoader: () => JSX.Element;
1258
1372
 
1259
1373
  export declare const times: <T>(fn: (index: number) => T, size: number) => T[];
1260
1374
 
1261
- export declare const TippingSwitch: ({ withText }: Props_58) => JSX.Element;
1375
+ export declare const TippingSwitch: ({ withText }: Props_65) => JSX.Element;
1262
1376
 
1263
1377
  export declare const Toasts: ({ container, maxQueue }: ToastsProps) => ReactPortal | null;
1264
1378
 
@@ -1271,7 +1385,12 @@ export declare const ToggleBubble: () => JSX.Element;
1271
1385
 
1272
1386
  export declare const ToggleClipPath: () => JSX.Element;
1273
1387
 
1274
- export declare const Tooltip: ({ children, label, delay, className, placement, offset: offsetValue, animate, disableOnClick, }: TooltipProps) => JSX.Element;
1388
+ declare type ToolbarButton = {
1389
+ icon: IconType;
1390
+ onClick?: VoidFunction;
1391
+ };
1392
+
1393
+ export declare const Tooltip: ({ children, label, delay, className, placement, offset: offsetValue, animate, disableOnClick, variant, }: TooltipProps) => JSX.Element;
1275
1394
 
1276
1395
  declare type TooltipOptions = {
1277
1396
  delay?: number;
@@ -1287,6 +1406,7 @@ export declare interface TooltipProps {
1287
1406
  offset?: number;
1288
1407
  animate?: boolean;
1289
1408
  disableOnClick?: boolean;
1409
+ variant?: 'default' | 'glass';
1290
1410
  }
1291
1411
 
1292
1412
  export declare const TooltipRangeSlider: () => JSX.Element;
@@ -1297,7 +1417,7 @@ export declare const TrickButton: () => JSX.Element;
1297
1417
 
1298
1418
  export declare const TurbulenceFilter: () => JSX.Element | null;
1299
1419
 
1300
- export declare const UnderlinedLink: ({ children, href, className, target, rel, ref, ...rest }: Props_47) => JSX.Element;
1420
+ export declare const UnderlinedLink: ({ children, href, className, target, rel, ref, ...rest }: Props_53) => JSX.Element;
1301
1421
 
1302
1422
  export declare const UnderlinedLink2: () => JSX.Element;
1303
1423
 
@@ -1337,6 +1457,9 @@ declare interface UseBowserResult {
1337
1457
  *
1338
1458
  * @param callback - The function to debounce
1339
1459
  * @param delay - The delay time (in milliseconds) to wait before executing the callback
1460
+ * @param options - Optional configuration object
1461
+ * @param options.maxWait - Maximum time before function must be invoked
1462
+ * @param options.leading - If true, invoke on the leading edge
1340
1463
  * @returns A debounced version of the callback function
1341
1464
  *
1342
1465
  * @example
@@ -1347,8 +1470,21 @@ declare interface UseBowserResult {
1347
1470
  *
1348
1471
  * return <input onChange={(e) => debouncedSearch(e.target.value)} />
1349
1472
  * ```
1473
+ *
1474
+ * @example
1475
+ * ```tsx
1476
+ * // With maxWait and leading options
1477
+ * const debouncedSearch = useDebounce(
1478
+ * (query: string) => console.log('Searching for:', query),
1479
+ * 300,
1480
+ * { maxWait: 1000, leading: true }
1481
+ * )
1482
+ * ```
1350
1483
  */
1351
- export declare const useDebounce: <T extends (...args: any[]) => any>(callback: T, delay: number) => T;
1484
+ export declare const useDebounce: <T extends (...args: any[]) => any>(callback: T, delay: number, { maxWait, leading }?: {
1485
+ maxWait?: number;
1486
+ leading?: boolean;
1487
+ }) => T;
1352
1488
 
1353
1489
  /**
1354
1490
  * A React hook that implements the useEffectEvent pattern from React RFC.
@@ -1515,6 +1651,6 @@ export declare const WavyMenu: () => JSX.Element;
1515
1651
 
1516
1652
  export declare const WebGLSmoke: () => JSX.Element;
1517
1653
 
1518
- export declare const WeightText: ({ children }: Props_65) => JSX.Element;
1654
+ export declare const WeightText: ({ children }: Props_73) => JSX.Element;
1519
1655
 
1520
1656
  export { }