sinProject-Inc/talk

View on GitHub
src/lib/speech/speech_element.ts

Summary

Maintainability
A
0 mins
Test Coverage
import type { TextContent } from './text_content'

export interface SpeechElement {
    show_hint(): void
    set text_content(text_content: TextContent)
}