UNPKG

antd-hz

Version:

华卓科技基于 antd 5.0 定制的组件库

6 lines (5 loc) 190 B
import * as React from 'react'; export interface MotionWrapperProps { children?: React.ReactNode; } export default function MotionWrapper(props: MotionWrapperProps): React.ReactElement;