@mydoge/y-ui
Version:
27 lines (26 loc) • 913 B
TypeScript
declare const YButton: import("@mydoge/y-ui/es/utils").SFCWithInstall<import("vue").DefineComponent<{
type: {
type: StringConstructor;
validator(value: string): boolean;
};
size: {
type: StringConstructor;
validator(value: string): boolean;
};
}, {
text: string;
handleClick: () => void;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, "click"[], "click", import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: StringConstructor;
validator(value: string): boolean;
};
size: {
type: StringConstructor;
validator(value: string): boolean;
};
}>> & {
onClick?: (...args: any[]) => any;
}, {}>> & Record<string, any>;
export { YButton };
export default YButton;