提交 4d42f75a 编写于 作者: D decade 提交者: 偏右

add TreeSelect type

上级 014b23fe
......@@ -53,4 +53,6 @@ export interface TreeSelectProps extends AbstractSelectProps {
treeCheckStrictly?: boolean;
getPopupContainer?: (triggerNode: Element) => HTMLElement;
suffixIcon?: React.ReactNode;
treeExpandedKeys?: Array<string>;
onTreeExpand?: (keys: Array<string>) => void;
}
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册