Skip to content

Commit

Permalink
fix: return void test check
Browse files Browse the repository at this point in the history
  • Loading branch information
abhishek305 committed Sep 2, 2024
1 parent fd0f124 commit 7886c83
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/RTE/types.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -149,7 +149,7 @@ export declare type IRteParamWithPreventDefault = {
};

export declare type IConfigCallback = (
rte: IRteParam
rte: IRteParam | void
) => Partial<IConfig>;

export declare type IOnFunction = {
Expand Down

0 comments on commit 7886c83

Please sign in to comment.