ant-design-x-vue-next
Version:
Ant Design X for Vue — community continuation aligned with @ant-design/x
13 lines (12 loc) • 825 B
TypeScript
import type { ThoughtChainItemProps } from './item-types';
declare const _default: import("vue").DefineComponent<ThoughtChainItemProps, {
nativeElement: import("vue").Ref<HTMLDivElement, HTMLDivElement>;
}, {}, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").PublicProps, Readonly<ThoughtChainItemProps> & Readonly<{}>, {
classNames: Partial<Record<import("./item-types").ThoughtChainItemSemanticType, string>>;
styles: Partial<Record<import("./item-types").ThoughtChainItemSemanticType, import("vue").CSSProperties>>;
disabled: boolean;
rootClassName: string;
blink: boolean;
variant: import("./item-types").ThoughtChainItemVariant;
}, {}, {}, {}, string, import("vue").ComponentProvideOptions, true, {}, any>;
export default _default;