UNPKG

@envelop/core

Version:

This is the core package for Envelop. You can find a complete documentation here: https://github.com/n1ru4l/envelop

8 lines (7 loc) 160 B
export const useValidationRule = (rule) => { return { onValidate({ addValidationRule }) { addValidationRule(rule); }, }; };