@deot/vc 1.0.59 → 1.0.60

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
@@ -3504,7 +3504,7 @@ export declare const Components: {
3504
3504
  type: BooleanConstructor;
3505
3505
  default: boolean;
3506
3506
  };
3507
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3507
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
3508
3508
  value: {
3509
3509
  type: (StringConstructor | NumberConstructor)[];
3510
3510
  value: undefined;
@@ -3529,7 +3529,9 @@ export declare const Components: {
3529
3529
  type: BooleanConstructor;
3530
3530
  default: boolean;
3531
3531
  };
3532
- }>> & Readonly<{}>, {
3532
+ }>> & Readonly<{
3533
+ onClick?: ((...args: any[]) => any) | undefined;
3534
+ }>, {
3533
3535
  disabled: boolean;
3534
3536
  closable: boolean;
3535
3537
  selected: boolean;
@@ -3560,7 +3562,7 @@ export declare const Components: {
3560
3562
  type: BooleanConstructor;
3561
3563
  default: boolean;
3562
3564
  };
3563
- }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes< {
3565
+ }>, () => JSX_2.Element, {}, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, "click"[], "click", PublicProps, Readonly<ExtractPropTypes< {
3564
3566
  value: {
3565
3567
  type: (StringConstructor | NumberConstructor)[];
3566
3568
  value: undefined;
@@ -3585,7 +3587,9 @@ export declare const Components: {
3585
3587
  type: BooleanConstructor;
3586
3588
  default: boolean;
3587
3589
  };
3588
- }>> & Readonly<{}>, {
3590
+ }>> & Readonly<{
3591
+ onClick?: ((...args: any[]) => any) | undefined;
3592
+ }>, {
3589
3593
  disabled: boolean;
3590
3594
  closable: boolean;
3591
3595
  selected: boolean;