@shopify/react-form
Version:
Manage React forms tersely and safely-typed with no magic using React hooks
5 lines • 298 B
TypeScript
export { asChoiceField, asChoiceList, useChoiceField, useField } from './field';
export type { ChoiceField, FieldConfig } from './field';
export { reduceField, updateErrorAction, initialFieldState } from './reducer';
export type { FieldAction } from './reducer';
//# sourceMappingURL=index.d.ts.map