| 5 | import { ClassComponent, WebCell } from './WebCell'; |
| 6 | |
| 7 | export interface WebField<P = {}> |
| 8 | extends CustomFormElement, |
| 9 | WebCell<P & HTMLFieldProps> {} |
| 10 | |
| 11 | /** |
| 12 | * `class` decorator of Form associated Web components |
nothing calls this directly
no outgoing calls
no test coverage detected