├── .npmrc
├── env.d.ts
├── public
└── favicon.ico
├── src
├── index.ts
├── main.ts
├── utils
│ └── index.ts
├── global.d.ts
├── App.vue
└── components
│ └── BottomSheet.vue
├── .vscode
└── extensions.json
├── .prettierrc.json
├── index.html
├── .eslintrc.cjs
├── .gitignore
├── tsconfig.app.json
├── vite-demo.config.ts
├── tsconfig.node.json
├── tsconfig.json
├── LICENSE
├── vite.config.ts
├── package.json
└── README.md
/.npmrc:
--------------------------------------------------------------------------------
1 | @nosadev:registry=https://npm.pkg.github.com
--------------------------------------------------------------------------------
/env.d.ts:
--------------------------------------------------------------------------------
1 | ///