We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents accb4c7 + f0c3e1d commit bb064a3Copy full SHA for bb064a3
compat/src/internal.d.ts
@@ -1,13 +1,14 @@
1
import {
2
Component as PreactComponent,
3
VNode as PreactVNode,
4
- FunctionComponent as PreactFunctionComponent
+ FunctionComponent as PreactFunctionComponent,
5
+ PreactElement
6
} from '../../src/internal';
7
import { SuspenseProps } from './suspense';
8
9
export { ComponentChildren } from '../..';
10
-export { PreactElement } from '../../src/internal';
11
+export { PreactElement };
12
13
export interface Component<P = {}, S = {}> extends PreactComponent<P, S> {
14
isReactComponent?: object;
0 commit comments