UNPKG

@visactor/react-vrender

Version:

```typescript import { xxx } from '@visactor/react-vrender'; ```

6 lines (5 loc) 188 B
import { error } from "./debug"; export function assertRef(forwardedRef) { "function" == typeof forwardedRef && error("Callback ref not support!"); } //# sourceMappingURL=index.js.map