UNPKG

ant-design-x-vue-next

Version:

Ant Design X for Vue — community continuation aligned with @ant-design/x

11 lines (10 loc) 486 B
import type { CSSObject } from '../../_util/cssinjs'; import type { GenerateStyle } from '../../theme/cssinjs-utils'; import type { ThoughtChainToken } from '.'; /** * ThoughtChain.Item compound styles. * Scoped as `${componentCls}${itemCls}` so they do not collide with * legacy chain-node `.ant-thought-chain-item` under size parents. */ declare const genThoughtChainCompoundItemStyle: GenerateStyle<ThoughtChainToken, CSSObject>; export default genThoughtChainCompoundItemStyle;