Skip to content
This repository was archived by the owner on Sep 20, 2024. It is now read-only.

Commit ffb10cc

Browse files
committed
chore: update types
1 parent 13dd4bf commit ffb10cc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/system/src/system.types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -76,7 +76,7 @@ export type As<Props = any> = ElementType<Props>
7676
/**
7777
* Extract the props of a Vue element or component
7878
*/
79-
export type PropsOf<T extends As> = ComponentObjectPropsOptions<T> & {
79+
export type PropsOf<T extends As> = T & {
8080
as?: As
8181
}
8282

0 commit comments

Comments
 (0)