Skip to content

Commit

Permalink
types
Browse files Browse the repository at this point in the history
  • Loading branch information
JoviDeCroock committed Sep 29, 2022
1 parent 0e46b38 commit 1415dd4
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/internal.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -133,6 +133,7 @@ export interface Component<P = {}, S = {}> extends preact.Component<P, S> {
_dirty: boolean;
_force?: boolean;
_renderCallbacks: Array<() => void>; // Only class components
_stateCallbacks: Array<() => void>; // Only class components
_globalContext?: any;
_vnode?: VNode<P> | null;
_nextState?: S | null; // Only class components
Expand Down

0 comments on commit 1415dd4

Please sign in to comment.