@dracor/react 1.0.0-rc.3 → 1.0.0-rc.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/components/Commit/Commit.d.ts +5 -0
- package/dist/components/Commit/index.d.ts +1 -0
- package/dist/components/index.d.ts +1 -0
- package/dist/index.es.js +130 -113
- package/dist/index.es.js.map +1 -1
- package/dist/index.umd.js +4 -4
- package/dist/index.umd.js.map +1 -1
- package/package.json +1 -1
|
@@ -0,0 +1 @@
|
|
|
1
|
+
export { default } from './Commit';
|
|
@@ -1,6 +1,7 @@
|
|
|
1
1
|
export { default as ApiDoc } from './ApiDoc';
|
|
2
2
|
export { default as AuthorInfo } from './AuthorInfo';
|
|
3
3
|
export { default as Authors } from './Authors';
|
|
4
|
+
export { default as Commit } from './Commit';
|
|
4
5
|
export { default as DebouncedInput } from './DebouncedInput';
|
|
5
6
|
export { default as DocPage } from './DocPage';
|
|
6
7
|
export { default as DownloadButton } from './DownloadButton';
|