@shopify/react-form-state
Version:
Manage React forms tersely and type-safely with no magic
15 lines • 509 B
TypeScript
import FormState from './FormState';
import { asChoiceField, ChoiceFieldDescriptor, push, replace, remove } from './utilities';
export { asChoiceField };
export type { ChoiceFieldDescriptor };
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;
//# sourceMappingURL=index.d.ts.map