首页 > 编程技术 > js

字节封装React组件手机号自动校验格式FormItem

发布时间:2022-8-16 18:29 作者:一袋米要扛几楼

Situation 背景

Target 目标

Action 行动

import type {
  FormItemProps,
  InputProps,
  RulesProps,
} from '@arco-design/web-react';
import { Form, Input } from '@arco-design/web-react';
import { usePersistCallback } from '@byted/hooks';
import type { ReactNode } from 'react';
import { useMemo } from 'react';
export type VerifyInputProps = {
  /** 

原文出处:https://juejin.cn/post/7132310843689009160

标签:[!--infotagslink--]

您可能感兴趣的文章: