Skip to content

Commit bb064a3

Browse files
authored
Merge branch 'main' into types/compat-client
2 parents accb4c7 + f0c3e1d commit bb064a3

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

compat/src/internal.d.ts

+3-2
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,14 @@
11
import {
22
Component as PreactComponent,
33
VNode as PreactVNode,
4-
FunctionComponent as PreactFunctionComponent
4+
FunctionComponent as PreactFunctionComponent,
5+
PreactElement
56
} from '../../src/internal';
67
import { SuspenseProps } from './suspense';
78

89
export { ComponentChildren } from '../..';
910

10-
export { PreactElement } from '../../src/internal';
11+
export { PreactElement };
1112

1213
export interface Component<P = {}, S = {}> extends PreactComponent<P, S> {
1314
isReactComponent?: object;

0 commit comments

Comments
 (0)