MCPcopy Create free account
hub / github.com/EasyWebApp/WebCell / TestInputProps

Interface TestInputProps

test/WebField.spec.tsx:16–18  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

14 const renderer = new DOMRenderer();
15
16 interface TestInputProps extends WebCellProps<HTMLInputElement> {
17 a?: number;
18 }
19
20 interface TestInput extends WebField<TestInputProps> {}
21

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected