Skip to content

Commit

Permalink
Export SpriteMap from index
Browse files Browse the repository at this point in the history
  • Loading branch information
ivoelbert committed Feb 7, 2022
1 parent 8cf4fdb commit 4149666
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core/src/index.ts
Expand Up @@ -7,6 +7,7 @@ export type { MarkdownDivProps } from "./markdown-div/markdown-div";
export { default as MarkdownDiv } from "./markdown-div/markdown-div";
export * from "./data-editor/data-editor";
export * from "./data-grid/data-grid-types";
export { SpriteMap } from "./data-grid/data-grid-sprites";
export { default as DataEditorContainer } from "./data-editor-container/data-grid-container";
export type { Theme } from "./common/styles";
export { parseToRgba } from "./data-grid/color-parser";
Expand Down

0 comments on commit 4149666

Please sign in to comment.