|
@@ -49,7 +49,7 @@ interface IWidget {
|
|
|
compact?: boolean;
|
|
compact?: boolean;
|
|
|
showDiff?: boolean;
|
|
showDiff?: boolean;
|
|
|
diffText?: string | null;
|
|
diffText?: string | null;
|
|
|
- onChange?: Function;
|
|
|
|
|
|
|
+ onChange?: (data: ISentence) => void;
|
|
|
onDelete?: Function;
|
|
onDelete?: Function;
|
|
|
}
|
|
}
|
|
|
const SentCellWidget = ({
|
|
const SentCellWidget = ({
|