UNPKG

zent

Version:

一套前端设计语言和基于React的实现

7 lines (6 loc) 151 B
import { FC } from 'react'; interface ITreeContentProps { showPop?: boolean; } export declare const TreeContent: FC<ITreeContentProps>; export {};