变更
This commit is contained in:
8
types/component/button/interface.d.ts
vendored
8
types/component/button/interface.d.ts
vendored
@@ -1,7 +1,7 @@
|
||||
export declare type ButtonType = "primary" | "normal" | "warm" | "danger";
|
||||
export declare type ButtonSize = "lg" | "md" | "sm" | "xs";
|
||||
export declare type ButtonBorder = "green" | "blue" | "orange" | "red" | "black";
|
||||
export declare type ButtonNativeType = "button" | "submit" | "reset";
|
||||
export type ButtonType = "primary" | "normal" | "warm" | "danger";
|
||||
export type ButtonSize = "lg" | "md" | "sm" | "xs";
|
||||
export type ButtonBorder = "green" | "blue" | "orange" | "red" | "black";
|
||||
export type ButtonNativeType = "button" | "submit" | "reset";
|
||||
export declare const ButtonEmits: {
|
||||
click: (evt: MouseEvent) => boolean;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user