[WEB-4860] dev: propel animated counter component (#7740)

* dev: animated counter added to propel

* chore: animated counter story added

* chore: propel config updated

* chore: code refactor

* chore: code refactor

* fix: format error
This commit is contained in:
Anmol Singh Bhatia 2025-09-09 23:51:45 +05:30 committed by GitHub
parent 43b7a6ad0a
commit 45688bdc72
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
6 changed files with 208 additions and 0 deletions

View file

@ -3,6 +3,7 @@ import { defineConfig } from "tsdown";
export default defineConfig({
entry: [
"src/accordion/index.ts",
"src/animated-counter/index.ts",
"src/avatar/index.ts",
"src/calendar/index.ts",
"src/card/index.ts",