Skip to content

Commit 2fd8390

Browse files
committed
chore: add comment
1 parent b90a666 commit 2fd8390

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

src/types.ts

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,10 @@ export interface EnrichedTextInputInstance extends NativeMethods {
565565
alignment: 'left' | 'center' | 'right' | 'justify' | 'auto'
566566
) => void;
567567

568+
/**
569+
* Deletes text at current selection. If there is no selection - deletes one character
570+
* backwards.
571+
*/
568572
deleteAtSelection: () => void;
569573
}
570574

0 commit comments

Comments
 (0)