@namba_one/ui-kit-2 1.0.22 → 1.0.23

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
@@ -917,6 +917,14 @@ export declare type StatusSelectProps = {
917
917
  isLoading?: boolean;
918
918
  };
919
919
 
920
+ export declare const StatusSelectSkeleton: DefineComponent<StatusSelectSkeletonProps, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<StatusSelectSkeletonProps> & Readonly<{}>, {}, {}, {}, {}, string, ComponentProvideOptions, false, {
921
+ skeleton: HTMLButtonElement;
922
+ }, HTMLButtonElement>;
923
+
924
+ export declare type StatusSelectSkeletonProps = {
925
+ widthRange: [number, number];
926
+ };
927
+
920
928
  export declare const Tabs: DefineComponent<__VLS_PublicProps_8, {}, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {
921
929
  "update:value": (value: Maybe<string | number> | undefined) => any;
922
930
  }, string, PublicProps, Readonly<__VLS_PublicProps_8> & Readonly<{