[WEB-4724] feat: tooltip component added to propel package (#7613)
* feat: tooltip component added to propel package * chore: code refactor * chore: code refactor * fix: format error
This commit is contained in:
parent
03479cf6b3
commit
f10cd92610
3 changed files with 121 additions and 0 deletions
|
|
@ -18,6 +18,8 @@
|
|||
"./menu": "./src/menu/index.ts",
|
||||
"./table": "./src/table/index.ts",
|
||||
"./tabs": "./src/tabs/index.ts",
|
||||
"./popover": "./src/popover/index.ts",
|
||||
"./tooltip": "./src/tooltip/index.ts",
|
||||
"./styles/fonts": "./src/styles/fonts/index.css"
|
||||
},
|
||||
"dependencies": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue