Skip to content

Commit

Permalink
Add more type exports
Browse files Browse the repository at this point in the history
  • Loading branch information
jassmith committed Feb 5, 2023
1 parent 604cef0 commit 002f07c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/index.ts
Expand Up @@ -4,7 +4,7 @@ export type { SpriteMap, HeaderIcon, Sprite } from "./data-grid/data-grid-sprite
export type { SpriteProps } from "./common/utils";
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 { CustomRenderer, BaseDrawArgs, DrawArgs } from "./data-grid/cells/cell-types";
export type { SelectionBlending } from "./data-grid/use-selection-behavior";
export type { GetRowThemeCallback } from "./data-grid/data-grid-render";

Expand Down

0 comments on commit 002f07c

Please sign in to comment.