小程序初始提交
This commit is contained in:
17
cool-unix/uni_modules/cool-ui/components/cl-tree/props.ts
Normal file
17
cool-unix/uni_modules/cool-ui/components/cl-tree/props.ts
Normal file
@@ -0,0 +1,17 @@
|
||||
import type { ClTreeItem, ClTreeNodeInfo } from "../../types";
|
||||
|
||||
export type ClTreePassThrough = {
|
||||
className?: string;
|
||||
};
|
||||
|
||||
export type ClTreeProps = {
|
||||
className?: string;
|
||||
pt?: ClTreePassThrough;
|
||||
modelValue?: any | any;
|
||||
list?: ClTreeItem[];
|
||||
icon?: string;
|
||||
expandIcon?: string;
|
||||
checkStrictly?: boolean;
|
||||
checkable?: boolean;
|
||||
multiple?: boolean;
|
||||
};
|
||||
Reference in New Issue
Block a user