MCPcopy Create free account
hub / github.com/react-component/input / HolderRef

Interface HolderRef

src/BaseInput.tsx:7–10  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { hasAddon, hasPrefixSuffix } from './utils/commonUtils';
6
7export interface HolderRef {
8 /** Provider holder ref. Will return `null` if not wrap anything */
9 nativeElement: HTMLElement | null;
10}
11
12const BaseInput = React.forwardRef<HolderRef, BaseInputProps>((props, ref) => {
13 const {

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…