@namba_one/ui-kit-2 1.2.10 → 1.2.14
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 +445 -430
- 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
|
@@ -3873,6 +3873,7 @@ export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {},
|
|
|
3873
3873
|
|
|
3874
3874
|
export declare type InputSkeletonProps = Pick<InputProps, 'size'> & {
|
|
3875
3875
|
isShowLabel?: boolean;
|
|
3876
|
+
placeholder?: string;
|
|
3876
3877
|
};
|
|
3877
3878
|
|
|
3878
3879
|
export declare const isCheckboxGroupFilterValue: (data: {
|