props.ts 110 Bytes Raw Blame History Permalink 1 2 3 4 export interface OrganizationTreePropsType { onSelect?: (selectKeys: string) => any; listType?: string; }