We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
bigint
1 parent ef26fac commit d34aa53Copy full SHA for d34aa53
packages/core/src/shared/types.ts
@@ -37,7 +37,7 @@ type ScrollBodyOption = {
37
38
// Exclude `boolean` type to prevent type casting
39
// reference: https://vuejs.org/guide/components/props.html#boolean-casting
40
-type AcceptableValue = string | number | Record<string, any> | null
+type AcceptableValue = string | number | bigint | Record<string, any> | null
41
type ArrayOrWrapped<T> = T extends any[] ? T : Array<T>
42
type StringOrNumber = string | number
43
0 commit comments