ringcentral-widgets
Version:
RingCentral Integration Widget Library
13 lines (11 loc) • 330 B
TypeScript
// eslint-disable-next-line react/no-typos
import 'react';
declare global {
namespace JSX {
interface IntrinsicClassAttributes<T> extends React.ClassAttributes<T> {
// TODO: fix in future when juno migrate to styled-component v5
/** fix mui styled-component type issue in v4 ref */
ref?: any;
}
}
}