Skip to content

Commit

Permalink
feat: render d.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
Wugaoliang committed Feb 22, 2021
1 parent 5383327 commit ead811f
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions components/transfer/index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -15,6 +15,7 @@ interface Props {
targetIds?: number[] | string[]
targetSortType?: 'default' | 'queue'
onChange?: (targetKey: number[] | string[], direction: 'left' | 'right', moveDatas: DataItem[]) => void
render?: (item: DataItem) => JSX.Element
}
declare const Transfer: React.ComponentType<Props>
export default Transfer

0 comments on commit ead811f

Please sign in to comment.