Files
vue-flow/docs/examples/math/index.ts
Braks a8ba97331f examples: add math example (#1461)
* examples: add math example

* docs: add math example
2024-06-08 20:35:18 +02:00

8 lines
425 B
TypeScript

export { default as MathApp } from './App.vue?raw'
export { default as MathElements } from './initial-elements.js?raw'
export { default as MathValueNode } from './ValueNode.vue?raw'
export { default as MathOperatorNode } from './OperatorNode.vue?raw'
export { default as MathResultNode } from './ResultNode.vue?raw'
export { default as MathIcon } from './Icon.vue?raw'
export { default as MathCSS } from './style.css?inline'