tycho-components 0.2.2-SNAPSHOT-9 → 0.2.2-SNAPSHOT-10
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/index.d.ts +1 -0
- package/dist/index.js +1 -0
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -61,6 +61,7 @@ export { default as VirtualKeyboard } from './VirtualKeyboard';
|
|
|
61
61
|
export { KeyboardCustomLayouts } from './VirtualKeyboard/KeyboardCustomLayout';
|
|
62
62
|
export type { KeyboardLayout } from './VirtualKeyboard/KeyboardCustomLayout';
|
|
63
63
|
export { default as CytoscapeTreeConverter } from './TreeView/cytoscape/CytoscapeTreeConverter';
|
|
64
|
+
export { default as ErrorBoundary } from './Base/ErrorBoundary';
|
|
64
65
|
export { default as ErrorFound } from './Base/ErrorFound';
|
|
65
66
|
export { default as Login } from './Base/Login';
|
|
66
67
|
export { default as Logout } from './Base/Logout';
|
package/dist/index.js
CHANGED
|
@@ -46,6 +46,7 @@ export { default as SyntreesCytoscape } from './TreeView/cytoscape/SyntreesCytos
|
|
|
46
46
|
export { default as VirtualKeyboard } from './VirtualKeyboard';
|
|
47
47
|
export { KeyboardCustomLayouts } from './VirtualKeyboard/KeyboardCustomLayout';
|
|
48
48
|
export { default as CytoscapeTreeConverter } from './TreeView/cytoscape/CytoscapeTreeConverter';
|
|
49
|
+
export { default as ErrorBoundary } from './Base/ErrorBoundary';
|
|
49
50
|
export { default as ErrorFound } from './Base/ErrorFound';
|
|
50
51
|
export { default as Login } from './Base/Login';
|
|
51
52
|
export { default as Logout } from './Base/Logout';
|