UNPKG

@douyinfe/semi-ui

Version:

A modern, comprehensive, flexible design system and UI library. Connect DesignOps & DevOps. Quickly build beautiful React apps. Maintained by Douyin-fe team.

10 lines (9 loc) 296 B
import * as React from 'react'; interface IndentProps { prefixcls: string; level: number; isEnd: boolean[]; showLine: boolean; } declare const _default: React.MemoExoticComponent<({ prefixcls, level, isEnd, showLine }: IndentProps) => React.JSX.Element>; export default _default;