@lobehub/ui
Version:
Lobe UI is an open-source UI component library for building AIGC web apps
1 lines • 802 B
Source Map (JSON)
{"version":3,"file":"index.mjs","names":["BrandLoading: FC<BrandLoadingProps & SvgProps & DivProps>"],"sources":["../../../src/brand/BrandLoading/index.tsx"],"sourcesContent":["import { FC } from 'react';\n\nimport { DivProps, SvgProps } from '@/types';\n\nexport interface BrandLoadingProps {\n size?: number;\n text: FC<SvgProps & DivProps & { size?: number }>;\n}\n\nconst BrandLoading: FC<BrandLoadingProps & SvgProps & DivProps> = ({ size, text, ...rest }) => {\n const RenderText = text;\n\n return <RenderText className={'lobe-brand-loading'} size={size} {...rest} />;\n};\n\nBrandLoading.displayName = 'BrandLoading';\n\nexport default BrandLoading;\n"],"mappings":";;;AASA,MAAMA,gBAA6D,EAAE,MAAM,MAAM,GAAG,WAAW;AAG7F,QAAO,oBAFY;EAEA,WAAW;EAA4B;EAAM,GAAI;GAAQ;;AAG9E,aAAa,cAAc;AAE3B,2BAAe"}