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 bbb7778 commit 5f168e9Copy full SHA for 5f168e9
package.json
@@ -2,7 +2,7 @@
2
"name": "@capgeminiuk/dcx-react-library",
3
"author": "Capgemini UK",
4
"license": "MIT",
5
- "version": "0.8.0",
+ "version": "0.8.1",
6
"source": "src/index.ts",
7
"main": "dist/dcx-react-library.js",
8
"module": "dist/dcx-react-library.module.js",
src/index.ts
@@ -26,3 +26,9 @@ export * from './keyBoard';
26
export * from './preformattedText';
27
export * from './list';
28
export * from './breadcrumb';
29
+export * from './abbreviate';
30
+export * from './blockquote';
31
+export * from './heading';
32
+export * from './paragraph';
33
+export * from './codesnippet';
34
+export * from './highlight';
0 commit comments