UNPKG
ink-form
Version:
latest (2.0.1)
2.0.1
2.0.0
1.0.2
1.0.1
1.0.0
Complex user-friendly form component for React Ink
github.com/lukasbach/ink-form
lukasbach/ink-form
ink-form
/
lib
/
canSubmit.d.ts
3 lines
(2 loc)
•
125 B
TypeScript
View Raw
1
2
3
import
{
FormStructure
}
from
'./types.js'
;
export
declare
const
canSubmit
:
(
form
:
FormStructure
,
value
:
object
) =>
boolean
;