更新Company页面的UI为FUI风格
This commit is contained in:
21
src/views/Company/theme/components/index.ts
Normal file
21
src/views/Company/theme/components/index.ts
Normal file
@@ -0,0 +1,21 @@
|
||||
/**
|
||||
* FUI 主题组件统一导出
|
||||
*/
|
||||
|
||||
export { default as GlassCard } from './GlassCard';
|
||||
export type { GlassCardProps } from './GlassCard';
|
||||
|
||||
export {
|
||||
GlowText,
|
||||
DataBadge,
|
||||
StatusIndicator,
|
||||
FUIDivider,
|
||||
FUIProgressBar,
|
||||
} from './FUIElements';
|
||||
export type {
|
||||
GlowTextProps,
|
||||
DataBadgeProps,
|
||||
StatusIndicatorProps,
|
||||
FUIDividerProps,
|
||||
FUIProgressBarProps,
|
||||
} from './FUIElements';
|
||||
Reference in New Issue
Block a user