UNPKG

@croct/plug-react

Version:

React components and hooks to plug your React applications into Croct.

8 lines (6 loc) 137 B
import { EapFeatures } from '@croct/plug/eap'; declare global { interface Window { croctEap?: Partial<EapFeatures>; } }