MCPcopy Create free account
hub / github.com/FormidableLabs/use-editable / Options

Interface Options

src/useEditable.ts:157–160  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

155}
156
157export interface Options {
158 disabled?: boolean;
159 indentation?: number;
160}
161
162export interface Edit {
163 /** Replaces the entire content of the editable while adjusting the caret position. */

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…