@arco-design/web-vue
Version:
Arco Design Vue 2.0: A Vue.js 3 UI Library
31 lines (30 loc) • 1.07 kB
TypeScript
import type { CSSProperties, PropType } from 'vue';
declare const _default: import("vue").DefineComponent<import("vue").ExtractPropTypes<{
activeTabRef: {
type: PropType<HTMLElement>;
};
direction: {
type: PropType<"horizontal" | "vertical">;
};
disabled: BooleanConstructor;
animation: BooleanConstructor;
}>, {
prefixCls: string;
cls: import("vue").ComputedRef<(string | {
[x: string]: boolean;
})[]>;
style: import("vue").ComputedRef<CSSProperties>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<import("vue").ExtractPropTypes<{
activeTabRef: {
type: PropType<HTMLElement>;
};
direction: {
type: PropType<"horizontal" | "vertical">;
};
disabled: BooleanConstructor;
animation: BooleanConstructor;
}>> & Readonly<{}>, {
disabled: boolean;
animation: boolean;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;