Appearance
@sylis/web / components/reader/Reader / ReaderProps
Interface: ReaderProps
Defined in: apps/web/src/components/reader/Reader.tsx:11
Properties
content
content:
string|ReaderParagraph[]
Defined in: apps/web/src/components/reader/Reader.tsx:12
onWordClick()?
optionalonWordClick: (word) =>void
Defined in: apps/web/src/components/reader/Reader.tsx:13
Parameters
word
string
Returns
void