UNPKG
antd-v5
Version:
latest (5.14.1)
5.14.1
An enterprise-class UI design language and React components implementation
ant.design
antd-v5
/
es
/
tree
/
utils
/
dropIndicator.d.ts
10 lines
(9 loc)
•
268 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
import
React
from
'react'
;
export
declare
const
offset =
4
;
export
default
function
dropIndicatorRender
(
props
: { dropPosition: -
1
|
0
|
1
; dropLevelOffset:
number
; indent:
number
; prefixCls:
string
; direction:
'ltr'
|
'rtl'
; }
):
React
.
JSX
.
Element
;