@@ -333,11 +333,9 @@ declare module 'vue' {
333
333
readonly controlledRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'controlledRef' ] >
334
334
readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
335
335
readonly createEventHook : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createEventHook' ] >
336
- readonly createGenericProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'createGenericProjection' ] >
337
336
readonly createGlobalState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createGlobalState' ] >
338
337
readonly createInjectionState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createInjectionState' ] >
339
338
readonly createPinia : UnwrapRef < typeof import ( 'pinia' ) [ 'createPinia' ] >
340
- readonly createProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'createProjection' ] >
341
339
readonly createReactiveFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ] >
342
340
readonly createReusableTemplate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ] >
343
341
readonly createSharedComposable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ] >
@@ -363,9 +361,6 @@ declare module 'vue' {
363
361
readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
364
362
readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
365
363
readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
366
- readonly logicAnd : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicAnd' ] >
367
- readonly logicNot : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicNot' ] >
368
- readonly logicOr : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicOr' ] >
369
364
readonly makeDestructurable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ] >
370
365
readonly mapActions : UnwrapRef < typeof import ( 'pinia' ) [ 'mapActions' ] >
371
366
readonly mapGetters : UnwrapRef < typeof import ( 'pinia' ) [ 'mapGetters' ] >
@@ -436,7 +431,6 @@ declare module 'vue' {
436
431
readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
437
432
readonly unrefElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'unrefElement' ] >
438
433
readonly until : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'until' ] >
439
- readonly useAbs : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useAbs' ] >
440
434
readonly useActiveElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useActiveElement' ] >
441
435
readonly useAnimate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAnimate' ] >
442
436
readonly useArrayDifference : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayDifference' ] >
@@ -454,16 +448,13 @@ declare module 'vue' {
454
448
readonly useAsyncQueue : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ] >
455
449
readonly useAsyncState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncState' ] >
456
450
readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
457
- readonly useAverage : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useAverage' ] >
458
451
readonly useBase64 : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBase64' ] >
459
452
readonly useBattery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBattery' ] >
460
453
readonly useBluetooth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBluetooth' ] >
461
454
readonly useBreakpoints : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBreakpoints' ] >
462
455
readonly useBroadcastChannel : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBroadcastChannel' ] >
463
456
readonly useBrowserLocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ] >
464
457
readonly useCached : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCached' ] >
465
- readonly useCeil : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useCeil' ] >
466
- readonly useClamp : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useClamp' ] >
467
458
readonly useClipboard : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useClipboard' ] >
468
459
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
469
460
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
@@ -500,7 +491,6 @@ declare module 'vue' {
500
491
readonly useFetch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFetch' ] >
501
492
readonly useFileDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFileDialog' ] >
502
493
readonly useFileSystemAccess : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFileSystemAccess' ] >
503
- readonly useFloor : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useFloor' ] >
504
494
readonly useFocus : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFocus' ] >
505
495
readonly useFocusWithin : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFocusWithin' ] >
506
496
readonly useFps : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFps' ] >
@@ -519,13 +509,10 @@ declare module 'vue' {
519
509
readonly useLocalStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLocalStorage' ] >
520
510
readonly useMagicKeys : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMagicKeys' ] >
521
511
readonly useManualRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useManualRefHistory' ] >
522
- readonly useMath : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMath' ] >
523
- readonly useMax : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMax' ] >
524
512
readonly useMediaControls : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaControls' ] >
525
513
readonly useMediaQuery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ] >
526
514
readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
527
515
readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
528
- readonly useMin : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMin' ] >
529
516
readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
530
517
readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
531
518
readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -545,18 +532,15 @@ declare module 'vue' {
545
532
readonly usePointer : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointer' ] >
546
533
readonly usePointerLock : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerLock' ] >
547
534
readonly usePointerSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ] >
548
- readonly usePrecision : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'usePrecision' ] >
549
535
readonly usePreferredColorScheme : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ] >
550
536
readonly usePreferredContrast : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ] >
551
537
readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
552
538
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
553
539
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
554
540
readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
555
- readonly useProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useProjection' ] >
556
541
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
557
542
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
558
543
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
559
- readonly useRound : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useRound' ] >
560
544
readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
561
545
readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
562
546
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
@@ -574,7 +558,6 @@ declare module 'vue' {
574
558
readonly useStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStorage' ] >
575
559
readonly useStorageAsync : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStorageAsync' ] >
576
560
readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
577
- readonly useSum : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useSum' ] >
578
561
readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
579
562
readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
580
563
readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
@@ -594,7 +577,6 @@ declare module 'vue' {
594
577
readonly useToString : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useToString' ] >
595
578
readonly useToggle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useToggle' ] >
596
579
readonly useTransition : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTransition' ] >
597
- readonly useTrunc : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useTrunc' ] >
598
580
readonly useUrlSearchParams : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useUrlSearchParams' ] >
599
581
readonly useUserMedia : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useUserMedia' ] >
600
582
readonly useVModel : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useVModel' ] >
@@ -642,11 +624,9 @@ declare module '@vue/runtime-core' {
642
624
readonly controlledRef : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'controlledRef' ] >
643
625
readonly createApp : UnwrapRef < typeof import ( 'vue' ) [ 'createApp' ] >
644
626
readonly createEventHook : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createEventHook' ] >
645
- readonly createGenericProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'createGenericProjection' ] >
646
627
readonly createGlobalState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createGlobalState' ] >
647
628
readonly createInjectionState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createInjectionState' ] >
648
629
readonly createPinia : UnwrapRef < typeof import ( 'pinia' ) [ 'createPinia' ] >
649
- readonly createProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'createProjection' ] >
650
630
readonly createReactiveFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReactiveFn' ] >
651
631
readonly createReusableTemplate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createReusableTemplate' ] >
652
632
readonly createSharedComposable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'createSharedComposable' ] >
@@ -672,9 +652,6 @@ declare module '@vue/runtime-core' {
672
652
readonly isReactive : UnwrapRef < typeof import ( 'vue' ) [ 'isReactive' ] >
673
653
readonly isReadonly : UnwrapRef < typeof import ( 'vue' ) [ 'isReadonly' ] >
674
654
readonly isRef : UnwrapRef < typeof import ( 'vue' ) [ 'isRef' ] >
675
- readonly logicAnd : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicAnd' ] >
676
- readonly logicNot : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicNot' ] >
677
- readonly logicOr : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'logicOr' ] >
678
655
readonly makeDestructurable : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'makeDestructurable' ] >
679
656
readonly mapActions : UnwrapRef < typeof import ( 'pinia' ) [ 'mapActions' ] >
680
657
readonly mapGetters : UnwrapRef < typeof import ( 'pinia' ) [ 'mapGetters' ] >
@@ -745,7 +722,6 @@ declare module '@vue/runtime-core' {
745
722
readonly unref : UnwrapRef < typeof import ( 'vue' ) [ 'unref' ] >
746
723
readonly unrefElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'unrefElement' ] >
747
724
readonly until : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'until' ] >
748
- readonly useAbs : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useAbs' ] >
749
725
readonly useActiveElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useActiveElement' ] >
750
726
readonly useAnimate : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAnimate' ] >
751
727
readonly useArrayDifference : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useArrayDifference' ] >
@@ -763,16 +739,13 @@ declare module '@vue/runtime-core' {
763
739
readonly useAsyncQueue : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncQueue' ] >
764
740
readonly useAsyncState : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useAsyncState' ] >
765
741
readonly useAttrs : UnwrapRef < typeof import ( 'vue' ) [ 'useAttrs' ] >
766
- readonly useAverage : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useAverage' ] >
767
742
readonly useBase64 : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBase64' ] >
768
743
readonly useBattery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBattery' ] >
769
744
readonly useBluetooth : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBluetooth' ] >
770
745
readonly useBreakpoints : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBreakpoints' ] >
771
746
readonly useBroadcastChannel : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBroadcastChannel' ] >
772
747
readonly useBrowserLocation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useBrowserLocation' ] >
773
748
readonly useCached : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCached' ] >
774
- readonly useCeil : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useCeil' ] >
775
- readonly useClamp : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useClamp' ] >
776
749
readonly useClipboard : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useClipboard' ] >
777
750
readonly useCloned : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useCloned' ] >
778
751
readonly useColorMode : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useColorMode' ] >
@@ -809,7 +782,6 @@ declare module '@vue/runtime-core' {
809
782
readonly useFetch : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFetch' ] >
810
783
readonly useFileDialog : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFileDialog' ] >
811
784
readonly useFileSystemAccess : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFileSystemAccess' ] >
812
- readonly useFloor : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useFloor' ] >
813
785
readonly useFocus : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFocus' ] >
814
786
readonly useFocusWithin : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFocusWithin' ] >
815
787
readonly useFps : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useFps' ] >
@@ -828,13 +800,10 @@ declare module '@vue/runtime-core' {
828
800
readonly useLocalStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useLocalStorage' ] >
829
801
readonly useMagicKeys : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMagicKeys' ] >
830
802
readonly useManualRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useManualRefHistory' ] >
831
- readonly useMath : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMath' ] >
832
- readonly useMax : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMax' ] >
833
803
readonly useMediaControls : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaControls' ] >
834
804
readonly useMediaQuery : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMediaQuery' ] >
835
805
readonly useMemoize : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemoize' ] >
836
806
readonly useMemory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMemory' ] >
837
- readonly useMin : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useMin' ] >
838
807
readonly useMounted : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMounted' ] >
839
808
readonly useMouse : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouse' ] >
840
809
readonly useMouseInElement : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useMouseInElement' ] >
@@ -854,18 +823,15 @@ declare module '@vue/runtime-core' {
854
823
readonly usePointer : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointer' ] >
855
824
readonly usePointerLock : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerLock' ] >
856
825
readonly usePointerSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePointerSwipe' ] >
857
- readonly usePrecision : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'usePrecision' ] >
858
826
readonly usePreferredColorScheme : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredColorScheme' ] >
859
827
readonly usePreferredContrast : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredContrast' ] >
860
828
readonly usePreferredDark : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredDark' ] >
861
829
readonly usePreferredLanguages : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredLanguages' ] >
862
830
readonly usePreferredReducedMotion : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePreferredReducedMotion' ] >
863
831
readonly usePrevious : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'usePrevious' ] >
864
- readonly useProjection : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useProjection' ] >
865
832
readonly useRafFn : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRafFn' ] >
866
833
readonly useRefHistory : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useRefHistory' ] >
867
834
readonly useResizeObserver : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useResizeObserver' ] >
868
- readonly useRound : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useRound' ] >
869
835
readonly useRoute : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRoute' ] >
870
836
readonly useRouter : UnwrapRef < typeof import ( 'vue-router' ) [ 'useRouter' ] >
871
837
readonly useScreenOrientation : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useScreenOrientation' ] >
@@ -883,7 +849,6 @@ declare module '@vue/runtime-core' {
883
849
readonly useStorage : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStorage' ] >
884
850
readonly useStorageAsync : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStorageAsync' ] >
885
851
readonly useStyleTag : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useStyleTag' ] >
886
- readonly useSum : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useSum' ] >
887
852
readonly useSupported : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSupported' ] >
888
853
readonly useSwipe : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useSwipe' ] >
889
854
readonly useTemplateRefsList : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTemplateRefsList' ] >
@@ -903,7 +868,6 @@ declare module '@vue/runtime-core' {
903
868
readonly useToString : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useToString' ] >
904
869
readonly useToggle : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useToggle' ] >
905
870
readonly useTransition : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useTransition' ] >
906
- readonly useTrunc : UnwrapRef < typeof import ( '@vueuse/math' ) [ 'useTrunc' ] >
907
871
readonly useUrlSearchParams : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useUrlSearchParams' ] >
908
872
readonly useUserMedia : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useUserMedia' ] >
909
873
readonly useVModel : UnwrapRef < typeof import ( '@vueuse/core' ) [ 'useVModel' ] >
0 commit comments