Skip to content

@sylis/web v0.0.0


@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()?

optional onWordClick: (word) => void

Defined in: apps/web/src/components/reader/Reader.tsx:13

Parameters

word

string

Returns

void