@namba_one/ui-kit-2 1.0.253 → 1.0.254
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 -0
- package/dist/index.es.js +894 -881
- package/dist/index.umd.js +6 -6
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -3851,6 +3851,7 @@ declare type Toast_2 = {
|
|
|
3851
3851
|
title: string;
|
|
3852
3852
|
view: 'danger' | 'base' | 'primary';
|
|
3853
3853
|
fontWeight?: 'medium' | 'regular';
|
|
3854
|
+
animation?: 'toggle' | 'stack';
|
|
3854
3855
|
};
|
|
3855
3856
|
|
|
3856
3857
|
export declare const Toaster: DefineComponent< {}, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<{}> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, true, {
|