We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e858b42 commit f70c6f7Copy full SHA for f70c6f7
1 file changed
packages/grid/src/index.ts
@@ -36,3 +36,5 @@ export { default as DataBarCellRenderer } from './DataBarCellRenderer';
36
export * from './TokenBoxCellRenderer';
37
export * from './GridRendererTypes';
38
export * from './DataBarGridModel';
39
+export { default as GridColorUtils } from './GridColorUtils';
40
+export type { RGB, Oklab } from './GridColorUtils';
0 commit comments