@namba_one/ui-kit-2 1.0.37 → 1.0.38
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/index.d.ts +0 -4
- package/dist/index.es.js +4552 -4612
- package/dist/index.umd.js +5 -5
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -16,7 +16,6 @@ import { InjectionKey } from 'vue';
|
|
|
16
16
|
import { InputHTMLAttributes } from 'vue';
|
|
17
17
|
import { nextTick } from 'vue';
|
|
18
18
|
import { OnCleanup } from '@vue/reactivity';
|
|
19
|
-
import { Plugin as Plugin_2 } from 'vue';
|
|
20
19
|
import { PropType } from 'vue';
|
|
21
20
|
import { PublicProps } from 'vue';
|
|
22
21
|
import { Ref } from 'vue';
|
|
@@ -1184,9 +1183,6 @@ export declare type ModalConfirmationProps = {
|
|
|
1184
1183
|
isLoading?: boolean;
|
|
1185
1184
|
};
|
|
1186
1185
|
|
|
1187
|
-
declare const NambaOneUIKit: Plugin_2;
|
|
1188
|
-
export default NambaOneUIKit;
|
|
1189
|
-
|
|
1190
1186
|
declare const objectFits: readonly ["cover", "contain"];
|
|
1191
1187
|
|
|
1192
1188
|
declare function onApply(newValue: {
|