Blame view

天文台pc/tianwentai-ui/node_modules/react-hook-form/dist/logic/getFocusFieldName.d.ts 250 Bytes
bc518174   王天杨   提交两个项目文件
1
2
3
4
  import { FieldArrayMethodProps, InternalFieldName } from '../types';
  declare const _default: (name: InternalFieldName, index: number, options?: FieldArrayMethodProps) => string;
  export default _default;
  //# sourceMappingURL=getFocusFieldName.d.ts.map