Skip to content

Commit

Permalink
fix: group render props typing (#193)
Browse files Browse the repository at this point in the history
  • Loading branch information
flops authored Sep 17, 2024
1 parent 42f4929 commit 4ca030b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/typings/config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@ export interface DashkitGroupRenderProps {
editMode: boolean;
items: ConfigItem[];
layout: ConfigLayout[];
context: any;
}

export type ReactGridLayoutProps = Omit<
Expand Down

0 comments on commit 4ca030b

Please sign in to comment.