We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ac7b114 commit 423b0fbCopy full SHA for 423b0fb
app/composables/intlNumberFormat.ts
@@ -1,3 +1,5 @@
1
+import type { ComputedRef, MaybeRef } from 'vue'
2
+
3
export function useNumberFormat(
4
value: MaybeRef<number | string> | ComputedRef<number | string>,
5
options?: {
0 commit comments