@namba_one/ui-kit-2 1.1.6 → 1.1.8

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 CHANGED
@@ -3847,7 +3847,7 @@ export declare type InputProps = {
3847
3847
 
3848
3848
  export declare const InputSkeleton: DefineComponent<InputSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<InputSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {}, HTMLDivElement>;
3849
3849
 
3850
- export declare type InputSkeletonProps = {
3850
+ export declare type InputSkeletonProps = Pick<InputProps, 'size'> & {
3851
3851
  isShowLabel?: boolean;
3852
3852
  };
3853
3853