PHP WebShell

Текущая директория: /opt/BitGoJS/node_modules/use-composed-ref/dist/declarations/src

Просмотр файла: index.d.ts

import React from 'react';
type UserRef<T> = ((instance: T | null) => void) | React.RefObject<T> | null | undefined;
declare const useComposedRef: <T extends HTMLElement>(libRef: React.MutableRefObject<T | null>, userRef: UserRef<T>) => (instance: T | null) => void;
export default useComposedRef;

Выполнить команду


Для локальной разработки. Не используйте в интернете!