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