@teamflojo/floimg-studio-ui 0.4.0 → 0.4.2
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 -8
- package/dist/index.js.map +1 -1
- package/dist/styles.css +1 -1
- package/package.json +1 -1
package/dist/index.d.ts
CHANGED
|
@@ -1,11 +1,4 @@
|
|
|
1
|
-
|
|
2
|
-
* @teamflojo/floimg-studio-ui
|
|
3
|
-
*
|
|
4
|
-
* FloImg Studio React components for building visual workflow editors.
|
|
5
|
-
* This is the UI library used by FloImg Studio Cloud.
|
|
6
|
-
*
|
|
7
|
-
* For self-hosting, use the Docker image instead.
|
|
8
|
-
*/
|
|
1
|
+
|
|
9
2
|
export { default as App } from './App';
|
|
10
3
|
export { WorkflowEditor } from './editor/WorkflowEditor';
|
|
11
4
|
export { NodePalette } from './components/NodePalette';
|