Skip to content

Commit

Permalink
chore: add comments
Browse files Browse the repository at this point in the history
  • Loading branch information
edison1105 committed Jan 8, 2025
1 parent de6fee6 commit 7a41f76
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/runtime-core/src/component.ts
Original file line number Diff line number Diff line change
Expand Up @@ -379,6 +379,7 @@ export interface GenericComponentInstance {
*/
propsDefaults: Data | null
/**
* used for getting the keys of a component's raw props
* @internal
*/
getKeysFromRawProps: () => string[] | undefined
Expand Down

0 comments on commit 7a41f76

Please sign in to comment.