Skip to content

Commit

Permalink
React class component declaration updated
Browse files Browse the repository at this point in the history
  • Loading branch information
RNEvok committed Jun 9, 2024
1 parent b3fe685 commit 9468fcf
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -300,6 +300,8 @@ declare module '@appklaar/codebud/react' {
render(): any;
readonly props: Readonly<P>;
state: Readonly<S>;

refs: {[key: string]: any};
}

export type ErrorBoundaryProps = {
Expand Down

0 comments on commit 9468fcf

Please sign in to comment.