ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
14 lines (13 loc) • 641 B
TypeScript
type __VLS_Props = {
size?: 'small' | 'default' | 'large' | 'middle' | 'medium';
color?: string;
width?: string;
height?: string;
direction?: 'ltr' | 'rtl';
};
declare const _default: import("vue").DefineComponent<__VLS_Props, {}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<__VLS_Props> & Readonly<{}>, {
direction: "ltr" | "rtl";
size: "small" | "default" | "large" | "middle" | "medium";
color: string;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, SVGSVGElement>;
export default _default;