UNPKG

@marshal604/react-game-dialogue

Version:

A React UI library for creating dialogue systems with a game-like interface | 一個專為 React 應用開發的對話系統 UI 套件,提供類遊戲風格的對話介面

6 lines (5 loc) 105 B
import React from 'react'; /** * 對話系統主組件 */ export declare const DialogSystem: React.FC;