fix(ts):屏蔽TS错误。

This commit is contained in:
徐涛
2023-03-09 14:40:21 +08:00
parent 63486d5107
commit 496e577f8f
9 changed files with 9 additions and 0 deletions

View File

@@ -1,3 +1,4 @@
//@ts-nocheck
import EventEmitter from 'events';
import { indexOf, isEmpty, length, map, mergeLeft, pluck, range } from 'ramda';
import { FC, useCallback, useContext, useMemo, useRef } from 'react';