UNPKG

proto-form

Version:

A typescript base library for managing native javascript forms. Handles onChange events, and normalizing data flow. Leverages native javascript events.

5 lines (4 loc) 106 B
export * from './types' export * from './native' export * from './react' export * from './populateFields'