diff --git a/docs/libraries/slate-react/slate.md b/docs/libraries/slate-react/slate.md index e46ccf2af..ff0e51c1b 100644 --- a/docs/libraries/slate-react/slate.md +++ b/docs/libraries/slate-react/slate.md @@ -12,6 +12,8 @@ type SlateProps = { value: Descendant[] children: React.ReactNode onChange?: (value: Descendant[]) => void + onSelectionChange?: (selection: Selection) => void + onValueChange?: (value: Descendant[]) => void } ```