We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 72e7b8a commit d6e448bCopy full SHA for d6e448b
src/data-display/gauge/index.ts
@@ -0,0 +1 @@
1
+export * from './gauge';
src/data-display/index.ts
@@ -0,0 +1,3 @@
+export * from './fact';
2
3
+export * from './line-chart';
src/index.tsx
@@ -2,6 +2,7 @@ export * from './alert';
export * from './card';
export * from './code';
4
export * from './core';
5
+export * from './data-display';
6
export * from './description';
7
export * from './link';
8
export * from './pager';
0 commit comments