Thanks to visit codestin.com Credit goes to github.com
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b88d332 commit d8ade21Copy full SHA for d8ade21
‎client/packages/lowcoder-core/lib/index.d.ts
@@ -1,6 +1,6 @@
1
/// <reference types="react" />
2
import * as react from 'react';
3
-import { ReactNode } from 'react';
+import React, { ReactNode } from 'react';
4
import * as react_jsx_runtime from 'react/jsx-runtime';
5
6
type EvalMethods = Record<string, Record<string, Function>>;
0 commit comments