MCPcopy Index your code
hub / github.com/EasyWebApp/WebCell / WebField

Interface WebField

source/WebField.ts:7–9  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

5import { ClassComponent, WebCell } from './WebCell';
6
7export interface WebField<P = {}>
8 extends CustomFormElement,
9 WebCell<P & HTMLFieldProps> {}
10
11/**
12 * `class` decorator of Form associated Web components

Callers

nothing calls this directly

Implementers 1

TestFieldpreview/Field.tsx

Calls

no outgoing calls

Tested by

no test coverage detected