import { i18n } from "../_utils/i18n"; export default [{ title: i18n("段落", "Paragraph"), screenshot: 'https://alifd.alicdn.com/fusion-cool/icons/icon-antd/typography-paragraph-1.png', schema: { componentName: 'Typography.Paragraph', props: { ellipsis: true, children: "Ant's enterprise-level products are a large and complex system. Such products are not only huge in size and functionally complex, but also undergo frequent changes and concurrency, often requiring design and development to respond quickly. At the same time, there are many similar pages and components in such products, and some stable and highly reusable content can be obtained through abstraction." } } }];