import React from 'react'; /** * 判断obj 是否为ref类型 * @param obj */ export default function isRefObject(obj?: any | React.RefObject): obj is React.RefObject;