[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:
Anmol Singh Bhatia 2025-08-21 13:03:18 +05:30 committed by GitHub
parent 03479cf6b3
commit f10cd92610
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 121 additions and 0 deletions

View file

@ -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": {