MCPcopy Create free account
hub / github.com/SplootCode/splootcode /

Class

packages/editor/src/components/edit_box.tsx:23–23  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

21
22@observer
23export class EditBox extends React.Component<EditBoxProps, EditBoxState> {
24 editTextArea: React.RefObject<HTMLTextAreaElement>
25 inputBox: React.RefObject<HTMLInputElement>
26

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected