minishouyin/node_modules/rc-tree/es/Indent.d.ts

10 lines
236 B
TypeScript
Raw Normal View History

2025-11-12 11:35:57 +08:00
import * as React from 'react';
interface IndentProps {
prefixCls: string;
level: number;
isStart: boolean[];
isEnd: boolean[];
}
declare const _default: React.NamedExoticComponent<IndentProps>;
export default _default;