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.
1 parent 5c0c83d commit 7f20b8dCopy full SHA for 7f20b8d
packages/motion/src/types/common.ts
@@ -9,4 +9,4 @@ export type ComponentProps<T> = T extends DefineComponent<
9
: never
10
11
export type ElementType = keyof IntrinsicElementAttributes
12
-export type AsTag = keyof IntrinsicElementAttributes| (Component & string) // any other string
+export type AsTag = keyof IntrinsicElementAttributes | ({} & string) | Component // any other string
0 commit comments