UNPKG

otter-react-photo-view

Version:

An exquisite React photo preview component

5 lines (4 loc) 139 B
/** * Hook of persistent methods */ export default function useMethods<T extends Record<string, (...args: any[]) => any>>(fn: T): T;