Skip to content

Commit

Permalink
Merge remote-tracking branch 'origin/feat/3.5' into feat/3.5-theta
Browse files Browse the repository at this point in the history
  • Loading branch information
ZakaryCode committed Jun 29, 2022
2 parents 1b35452 + c7810d8 commit d3fd167
Showing 1 changed file with 0 additions and 6 deletions.
6 changes: 0 additions & 6 deletions packages/taro/types/taro.component.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -185,10 +185,4 @@ declare module './index' {
/** 页面的组件选项 */
options?: Record<string, unknown>
}
interface TaroStatic {
memo<P = {}>(
FunctionComponent: FunctionComponent<P>,
compare?: (oldProps: P, newProps: P) => boolean
): FunctionComponent<P>
}
}

0 comments on commit d3fd167

Please sign in to comment.