@namba_one/ui-kit-2 1.0.292 → 1.0.293
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 +4 -0
- package/dist/index.es.js +720 -689
- package/dist/index.umd.js +20 -20
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4853,6 +4853,10 @@ export declare type TheImageProps = {
|
|
|
4853
4853
|
hasBlendMode?: boolean;
|
|
4854
4854
|
};
|
|
4855
4855
|
|
|
4856
|
+
export declare const ThemedTheImage: DefineComponent<TheImageProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<TheImageProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, any>;
|
|
4857
|
+
|
|
4858
|
+
export declare type ThemedTheImageProps = TheImageProps;
|
|
4859
|
+
|
|
4856
4860
|
export declare const ThemePicker: DefineComponent<__VLS_PublicProps_12, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
|
|
4857
4861
|
"update:value": (value: Maybe<string | number>) => any;
|
|
4858
4862
|
}, string, PublicProps, Readonly<__VLS_PublicProps_12> & Readonly<{
|