UNPKG
@rc-component/menu
Version:
latest (1.1.4)
1.1.4
1.1.3
1.1.2
1.1.1
1.1.0
1.0.1
1.0.0
menu ui component for react
github.com/react-component/menu
react-component/menu
@rc-component/menu
/
lib
/
utils
/
motionUtil.d.ts
3 lines
(2 loc)
•
199 B
TypeScript
View Raw
1
2
3
import
type
{
CSSMotionProps
}
from
'@rc-component/motion'
;
export
declare
function
getMotion
(
mode
:
string
,
motion
?:
CSSMotionProps
,
defaultMotions
?:
Record
<
string
,
CSSMotionProps
>
):
CSSMotionProps
;