api-details-popup.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/ide/api-details-popup.tsx
功能描述
Get method name from item name (strip leading dot and parentheses)
导出内容
- <code>ApiDetailsPopup</code> - 函数
依赖导入
@/components/ui/button@/lib/utilslucide-react@/data/api-docs@/data/method-options
Props/接口
interface ApiDetailsPopupProps {
item: ApiItem;
onClose: () => void;
}
使用说明
在 JSX/TSX 中导入使用