Files
slipmatz-web/app/composables/useSlipmatDesigner.ts
Frank John Begornia e2955debb7 first commit
2025-11-02 00:23:22 +08:00

6 lines
172 B
TypeScript

import { computed, ref, shallowRef, watch } from "vue";
// import type { fabric as FabricNamespace } from "fabric";
export * from "../../composables/useSlipmatDesigner";