Skip to content

Commit

Permalink
Export GetRowThemeCallback
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 1, 2023
1 parent 3d1f364 commit b658bb2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Expand Up @@ -6,6 +6,7 @@ export type { Theme } from "./common/styles";
export type { CustomCellRenderer } from "./data-editor/use-custom-cells";
export type { CustomRenderer } from "./data-grid/cells/cell-types";
export type { SelectionBlending } from "./data-grid/use-selection-behavior";
export type { GetRowThemeCallback } from "./data-grid/data-grid-render";

export * from "./data-editor/data-editor";
export * from "./data-grid/data-grid-types";
Expand Down

0 comments on commit b658bb2

Please sign in to comment.