UNPKG

react-use-password-validator

Version:
5 lines (4 loc) 226 B
import { IWithProps } from "./with-valid-state"; export { withValidState } from "./with-valid-state"; export { usePasswordValidator as default } from "./use-password-validator"; export declare type WithProps = IWithProps;