UNPKG

@aplus-frontend/antdv

Version:

Vue basic component library maintained based on ant-design-vue

9 lines (8 loc) 253 B
interface IndentProps { prefixCls: string; level: number; isStart: boolean[]; isEnd: boolean[]; } declare const Indent: ({ prefixCls, level, isStart, isEnd }: IndentProps) => import("vue/jsx-runtime").JSX.Element; export default Indent;