Skip to content

Commit ad784bb

Browse files
committed
chore: add comment
1 parent b90a666 commit ad784bb

1 file changed

Lines changed: 6 additions & 0 deletions

File tree

src/types.ts

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -565,6 +565,12 @@ 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+
*
572+
* @param alignment - One of `"left"`, `"center"`, `"right"`, `"justify"`, or `"auto"`.
573+
*/
568574
deleteAtSelection: () => void;
569575
}
570576

0 commit comments

Comments
 (0)