import React from 'react'; import { ComponentStory, ComponentMeta } from '@storybook/react'; import { OPIllustration, OPLayout } from '../../src/index'; export default { title: '组件/数据展示/OPIllustration', component: OPIllustration, } as ComponentMeta; export const 插画: ComponentStory = (): JSX.Element => { return ( ); };