import React from 'react'; import { Modal } from 'antd'; /** Test usage. Do not use in your production. */ const { _InternalPanelDoNotUseOrYouWillBeFired: InternalPanel } = Modal; export default () => (
Hello World?! A good news! Some descriptions.
);