Sign in

简柏林 / thingskit-front · Files

GitLab

  • Go to dashboard
  • Project
  • Activity
  • Files
  • Commits
  • Builds 0
  • Graphs
  • Milestones
  • Issues 0
  • Merge Requests 0
  • Labels
  • Wiki
  • Network
  • thingskit-front
  • src
  • views
  • common
  • organizationIdTree
  • src
  • props.ts
  • feat: 新增卡片列表组件
    26254e83
    ww authored
    2023-11-24 10:11:22 +0800  
    Browse Files »
props.ts 89 Bytes
Raw Blame History Permalink
1 2 3
export interface OrganizationTreePropsType {
  onSelect?: (selectKeys: string) => any;
}