import { Badge, Button, Input, Layout, Space, Typography } from '@arco-design/web-react' import { IconApps, IconArrowLeft, IconArrowRight, IconMoon, IconNotification, IconQuestionCircle, IconSearch, IconSun } from '@arco-design/web-react/icon' import type { Theme } from './project-types' const { Header } = Layout const { Text } = Typography export function ProjectTopbar({ theme, onToggleTheme }: { theme: Theme; onToggleTheme: () => void }) { return (
S SenlinAI
} placeholder="搜索项目、频道、文档、任务、联系人..." />
) }