@shopify/react-form-state
Version:
Manage react forms tersely and type-safe with no magic.
13 lines (12 loc) • 371 B
TypeScript
import FormState from './FormState';
import { push, replace, remove } from './utilities';
export declare const arrayUtils: {
push: typeof push;
replace: typeof replace;
remove: typeof remove;
};
export { default as validators } from './validators';
export * from './validators';
export * from './types';
export * from './FormState';
export default FormState;