Skip to content
On this page

useMemo

模拟useMemo

使用

ts
import { useMemo } from '@yu-kit/hooks'

文档

参数

  • () => T
函数:必选
  • U[]
依赖数组