@namba_one/ui-kit-2 1.2.14 → 1.2.16
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 +745 -740
- package/dist/index.umd.js +12 -12
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -4745,6 +4745,7 @@ declare type ResponseBaseProps = {
|
|
|
4745
4745
|
size?: (typeof sizes_7)[number];
|
|
4746
4746
|
isThemedImage?: boolean;
|
|
4747
4747
|
description?: string;
|
|
4748
|
+
textWidth?: number | string;
|
|
4748
4749
|
};
|
|
4749
4750
|
|
|
4750
4751
|
export declare const RouterWithChildrenPage: __VLS_WithTemplateSlots_54<typeof __VLS_component_54, __VLS_TemplateResult_54["slots"]>;
|