@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
40 lines (39 loc) • 1.27 kB
TypeScript
import { PropType } from 'vue';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
type: {
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
};
status: {
type: PropType<"normal" | "success" | "warning" | "danger">;
};
shape: {
type: PropType<"circle" | "round" | "square">;
};
size: {
type: PropType<"mini" | "small" | "medium" | "large">;
};
disabled: {
type: BooleanConstructor;
};
}>, {
prefixCls: string;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
type: {
type: PropType<"text" | "dashed" | "outline" | "primary" | "secondary">;
};
status: {
type: PropType<"normal" | "success" | "warning" | "danger">;
};
shape: {
type: PropType<"circle" | "round" | "square">;
};
size: {
type: PropType<"mini" | "small" | "medium" | "large">;
};
disabled: {
type: BooleanConstructor;
};
}>> & Readonly<{}>, {
disabled: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;