chore: fix dts
This commit is contained in:
@@ -343,9 +343,6 @@ const deprecationData: Record<DeprecationTypes, DeprecationData> = {
|
||||
const instanceWarned: Record<string, true> = Object.create(null)
|
||||
const warnCount: Record<string, number> = Object.create(null)
|
||||
|
||||
/**
|
||||
* @internal
|
||||
*/
|
||||
export function warnDeprecation(key: DeprecationTypes, ...args: any[]) {
|
||||
if (!__DEV__) {
|
||||
return
|
||||
|
||||
Reference in New Issue
Block a user