import React from 'react'; import { Button, Modal, Space, Typography } from 'antd'; import type { ModalFuncProps } from 'antd/es/modal/interface'; /** Test usage. Do not use in your production. */ const { _InternalPanelDoNotUseOrYouWillBeFired: InternalPanel } = Modal; const customFooterFn: ModalFuncProps['footer'] = (originNode, { OkBtn, CancelBtn }) => ( {originNode} ); export default () => (
Hello World?! A good news! Some descriptions. Feature #44318
);