@namba_one/ui-kit-2 1.1.19 → 1.1.20
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 +1 -5
- package/dist/index.es.js +3031 -3033
- package/dist/index.umd.js +18 -18
- package/dist/namba-one-uikit.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -2960,8 +2960,6 @@ export declare type ChipProps = {
|
|
|
2960
2960
|
view?: (typeof views_5)[number];
|
|
2961
2961
|
};
|
|
2962
2962
|
|
|
2963
|
-
declare function clear(): void;
|
|
2964
|
-
|
|
2965
2963
|
declare function close_2(): void;
|
|
2966
2964
|
|
|
2967
2965
|
export declare type Color = typeof colors[number];
|
|
@@ -3386,9 +3384,7 @@ export declare type DropdownProps = {
|
|
|
3386
3384
|
isActive?: boolean;
|
|
3387
3385
|
};
|
|
3388
3386
|
|
|
3389
|
-
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {
|
|
3390
|
-
clear: typeof clear;
|
|
3391
|
-
}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3387
|
+
export declare const Dropzone: DefineComponent<__VLS_PublicProps_3, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
3392
3388
|
"update:value": (value: Maybe<Base64> | undefined) => any;
|
|
3393
3389
|
"update:isError": (value: boolean | undefined) => any;
|
|
3394
3390
|
} & {
|