exercises.tsx
基本信息
- 类型: React 组件 (TSX)
- 路径:
src/components/book/elements/exercises.tsx
功能描述
============================================================================
导出内容
- <code>FillInTheBlank</code> - 函数
- <code>InteractiveChecklist</code> - 函数
- <code>PromptDebugger</code> - 函数
依赖导入
reactnext-intl@/components/ui/button@/lib/utilslucide-react./locales
Props/接口
interface FillInTheBlankProps {
title?: string;
description?: string;
template: string; // Use {{id
}
使用说明
在 JSX/TSX 中导入使用