import { StepBackwardOutlined } from '@ant-design/icons'; import React from 'react'; import Navigation from './index'; // export default { // title: 'Navigation', // component: Navigation, // }; export const 导航栏 = () => (
, onClick: () => { console.log('12345'); }, }} />
);