UNPKG
@rc-component/dialog
Version:
latest (1.2.0)
1.2.0
1.1.0
1.0.1
1.0.0
dialog ui component for react
github.com/react-component/dialog
react-component/dialog
@rc-component/dialog
/
es
/
util.d.ts
6 lines
(5 loc)
•
200 B
TypeScript
View Raw
1
2
3
4
5
6
export
declare
function
getMotionName
(
prefixCls
:
string
,
transitionName
?:
string
,
animationName
?:
string
):
string
;
export
declare
function
offset
(
el
:
Element
): {
left
:
number
;
top
:
number
; };