UNPKG

@lobehub/ui

Version:

Lobe UI is an open-source UI component library for building AIGC web apps

1 lines 695 B
{"version":3,"file":"index.mjs","names":["Steps: FC<DivProps>"],"sources":["../../../src/mdx/Steps/index.tsx"],"sourcesContent":["'use client';\n\nimport { cx } from 'antd-style';\nimport { FC } from 'react';\n\nimport { DivProps } from '@/types';\n\nimport { styles } from './style';\n\nconst Steps: FC<DivProps> = ({ children, className, ...rest }) => {\n return (\n <div className={cx(styles.container, className)} {...rest}>\n {children}\n </div>\n );\n};\n\nSteps.displayName = 'MdxSteps';\n\nexport default Steps;\n"],"mappings":";;;;;;;AASA,MAAMA,SAAuB,EAAE,UAAU,WAAW,GAAG,WAAW;AAChE,QACE,oBAAC;EAAI,WAAW,GAAG,OAAO,WAAW,UAAU;EAAE,GAAI;EAClD;GACG;;AAIV,MAAM,cAAc;AAEpB,oBAAe"}