contributor-search.tsx

contributor-search.tsx

基本信息

  • 类型: React 组件 (TSX)
  • 路径: src/components/prompts/contributor-search.tsx

功能描述

Check if dropdown should open upward

导出内容

  • <code>ContributorSearch</code> - 函数

依赖导入

  • react
  • next-intl
  • @/components/ui/input
  • @/components/ui/avatar
  • lucide-react

Props/接口

interface ContributorSearchProps {
selectedUsers: User[];
onSelect: (user: User) => void;
onRemove: (userId: string) => void;
}

使用说明

在 JSX/TSX 中导入使用

← 返回目录