@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 589 B
Source Map (JSON)
{"version":3,"file":"Center.mjs","names":["Center: FC<CenterProps>","FlexBasic"],"sources":["../../src/Flex/Center.tsx"],"sourcesContent":["import { type FC } from 'react';\n\nimport FlexBasic from './FlexBasic';\nimport type { CenterProps } from './type';\n\nconst Center: FC<CenterProps> = ({ children, ref, ...props }) => (\n <FlexBasic {...props} align=\"center\" justify=\"center\" ref={ref}>\n {children}\n </FlexBasic>\n);\n\nexport default Center;\n"],"mappings":";;;;AAKA,MAAMA,UAA2B,EAAE,UAAU,KAAK,GAAG,YACnD,oBAACC;CAAU,GAAI;CAAO,OAAM;CAAS,SAAQ;CAAc;CACxD;EACS;AAGd,qBAAe"}