unika-components 1.0.98 → 1.0.99
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/src/components/UniTanmu/index.d.ts +0 -2
- package/dist/src/index.d.ts +2 -2
- package/dist/unika-components.css +268 -533
- package/dist/unika-components.esm.js +21562 -44954
- package/dist/unika-components.umd.js +21564 -44955
- package/package.json +1 -1
package/dist/src/index.d.ts
CHANGED
|
@@ -4,6 +4,7 @@ import UniImage from './components/UniImage';
|
|
|
4
4
|
import UniShape from './components/UniShape';
|
|
5
5
|
import LongPage from './components/LongPage';
|
|
6
6
|
import SwiperPage from './components/SwiperPage';
|
|
7
|
+
import UniBackground from './components/UniBackground';
|
|
7
8
|
import UniMusic from './components/UniMusic';
|
|
8
9
|
import UniVideo from './components/UniVideo';
|
|
9
10
|
import UniCalendar from './components/UniCalendar';
|
|
@@ -16,10 +17,9 @@ import UniRegisterForm from './components/UniRegisterForm';
|
|
|
16
17
|
import UniLotties from './components/UniLotties';
|
|
17
18
|
import UniSwiper from './components/UniSwiper';
|
|
18
19
|
import UniButton from './components/UniButton';
|
|
19
|
-
import UniTanmu from './components/UniTanmu';
|
|
20
20
|
import UniTest from './components/UniTest';
|
|
21
21
|
declare const install: (app: App) => void;
|
|
22
|
-
export { UniText, UniImage, UniShape, LongPage, SwiperPage, UniMusic, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniSwiper, UniButton,
|
|
22
|
+
export { UniText, UniImage, UniShape, LongPage, SwiperPage, UniBackground, UniMusic, UniVideo, UniCalendar, UniCountdown, UniMap, UniCall, UniLike, UniEffect, UniRegisterForm, UniLotties, UniSwiper, UniButton, UniTest, install };
|
|
23
23
|
declare const _default: {
|
|
24
24
|
install: (app: App<any>) => void;
|
|
25
25
|
};
|