MCPcopy Create free account
hub / github.com/QuarkGluonPlasma/react-course-code / FormInterface

Interface FormInterface

form-component/src/Form/index.tsx:6–8  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

4type InternalFormType = typeof InternalForm;
5
6interface FormInterface extends InternalFormType {
7 Item: typeof Item;
8}
9
10const Form = InternalForm as FormInterface;
11

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected