import React from 'react'; import { Tour } from 'antd'; /** Test usage. Do not use in your production. */ const { _InternalPanelDoNotUseOrYouWillBeFired: InternalPanel } = Tour; export default () => (
} current={5} total={7} />
);