UNPKG
@schematic-forms/react
Version:
latest (0.9.6)
0.9.6
0.9.5
0.9.0
0.8.7
0.8.6
0.8.5
0.8.4
0.8.3
0.8.2
0.8.1
0.8.0
0.7.3
0.6.3
0.6.2
0.6.1
0.6.0
0.5.0
react adapter for schematic forms
Astroner/schematic-forms-react
@schematic-forms/react
/
lib
/
FormContext.d.ts
7 lines
(6 loc)
•
237 B
TypeScript
View Raw
1
2
3
4
5
6
7
/// <reference types="react" />
import
{
FormController
}
from
"@schematic-forms/core"
;
export
interface
IFormContext
{
controller
:
FormController
<
any
,
any
>; }
export
declare
const
FormContext
:
import
(
"react"
).
Context
<
IFormContext
>;