Skip to content

Commit

Permalink
fix(components): fix tooltip props
Browse files Browse the repository at this point in the history
  • Loading branch information
RicardoErii committed Feb 20, 2023
1 parent b4787fc commit b32656b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/components/src/tooltip/props.ts
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ export const toolTipProps = {
default: 'bottom',
},
content: String,
appendTo: [String, HTMLElement],
appendTo: String,
visible: Boolean,
}

Expand Down

0 comments on commit b32656b

Please sign in to comment.