Skip to content
This repository has been archived by the owner on Jun 5, 2023. It is now read-only.

Commit

Permalink
refactor: Keys改为type导入
Browse files Browse the repository at this point in the history
  • Loading branch information
idler8 committed Mar 2, 2023
1 parent 1700026 commit 71e6ee8
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion packages/form-react/src/Process/index.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
import { useObserver } from "Form/index";
import { useCallback, useEffect, useState } from "react";
import { Keys, mergeDependencyList, transformKeys } from "FKeys/index";
import { mergeDependencyList, transformKeys } from "FKeys/index";
import type { Keys } from 'Fkeys/index'


export function useFieldReader<V = any>(keys?: Keys) {
Expand Down

0 comments on commit 71e6ee8

Please sign in to comment.