| 155 | } |
| 156 | |
| 157 | export interface Options { |
| 158 | disabled?: boolean; |
| 159 | indentation?: number; |
| 160 | } |
| 161 | |
| 162 | export interface Edit { |
| 163 | /** Replaces the entire content of the editable while adjusting the caret position. */ |
nothing calls this directly
no outgoing calls
no test coverage detected
searching dependent graphs…