Skip to content

Commit

Permalink
Merge branch 'main' into types/compat-client
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Apr 23, 2024
2 parents accb4c7 + f0c3e1d commit bb064a3
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions compat/src/internal.d.ts
@@ -1,13 +1,14 @@
import {
Component as PreactComponent,
VNode as PreactVNode,
FunctionComponent as PreactFunctionComponent
FunctionComponent as PreactFunctionComponent,
PreactElement
} from '../../src/internal';
import { SuspenseProps } from './suspense';

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

export { PreactElement } from '../../src/internal';
export { PreactElement };

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

0 comments on commit bb064a3

Please sign in to comment.