UNPKG

react-photo-view

Version:

An exquisite React photo preview component

6 lines (5 loc) 216 B
/** * 逻辑分叉变量处理 * 此 hook 不触发额外渲染 */ export default function useForkedVariable<T>(initial: T, updater: (modify: (variable: T) => void) => void): readonly [T, (next: T) => void];