voiptime-components 1.12.9 → 1.12.10

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
@@ -18,6 +18,7 @@ declare const __VLS_component: DefineComponent<VButtonProps, {}, {}, {}, {}, Com
18
18
  }, string, PublicProps, Readonly<VButtonProps> & Readonly<{
19
19
  onClick?: ((event: MouseEvent) => any) | undefined;
20
20
  }>, {
21
+ color: string;
21
22
  type: VButtonType;
22
23
  disabled: boolean;
23
24
  loading: boolean;
@@ -1222,6 +1223,7 @@ export declare interface VButtonProps {
1222
1223
  tooltip?: boolean;
1223
1224
  tooltipPlacement?: TooltipPlacement;
1224
1225
  htmlType?: 'button' | 'submit' | 'reset';
1226
+ color?: string;
1225
1227
  }
1226
1228
 
1227
1229
  declare type VButtonShape = 'circle' | 'square';