Skip to content

Commit a9a204a

Browse files
fix: added polymorphic props to tooltip (#18566)
* fix: added polymorphic props to tooltip * fix: snapshots * fix: strongly typed and test story * fix: made open an optional prop * fix: formatting * fix: avt test cases * fix: cleanup * fix: removed test story --------- Co-authored-by: Nikhil Tomar <63502271+2nikhiltom@users.noreply.github.com>
1 parent 4e29326 commit a9a204a

File tree

2 files changed

+190
-176
lines changed

2 files changed

+190
-176
lines changed

packages/react/__tests__/__snapshots__/PublicAPI-test.js.snap

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9580,6 +9580,7 @@ Map {
95809580
},
95819581
},
95829582
"Tooltip" => Object {
9583+
"$$typeof": Symbol(react.forward_ref),
95839584
"propTypes": Object {
95849585
"align": Object {
95859586
"args": Array [
@@ -9639,6 +9640,7 @@ Map {
96399640
"type": "number",
96409641
},
96419642
},
9643+
"render": [Function],
96429644
},
96439645
"TreeNode" => Object {
96449646
"$$typeof": Symbol(react.forward_ref),

0 commit comments

Comments
 (0)