@tuya-miniapp/smart-ui 2.0.1 → 2.0.2-beta-2
Sign up to get free protection for your applications and to get access to all the features.
- package/README.md +2 -1
- package/dist/calendar/components/month/index.d.ts +1 -6
- package/dist/calendar/types.d.ts +6 -0
- package/dist/calendar/types.js +1 -0
- package/lib/calendar/components/month/index.d.ts +1 -6
- package/lib/calendar/types.d.ts +6 -0
- package/lib/calendar/types.js +2 -0
- package/package.json +1 -1
package/README.md
CHANGED
@@ -10,7 +10,8 @@ English | [简体中文](./README-zh_CN.md)
|
|
10
10
|
|
11
11
|
Scan the smart mini program QR code below to experience the component library examples.
|
12
12
|
|
13
|
-
<img src="https://images.
|
13
|
+
<img src="https://images.tuyacn.com/rms-static/8bcfe810-a187-11ef-9773-6b86083026a3-1731478901009.png?tyName=v2.0.0miniapp-SmartUI.png" width="200" height="200">
|
14
|
+
|
14
15
|
|
15
16
|
## Before Using
|
16
17
|
|
@@ -0,0 +1 @@
|
|
1
|
+
export {};
|