minishouyin/node_modules/antd/lib/config-provider/MotionWrapper.d.ts
2025-11-12 11:35:57 +08:00

6 lines
190 B
TypeScript

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