6 lines
172 B
TypeScript
6 lines
172 B
TypeScript
import { computed, ref, shallowRef, watch } from "vue";
|
|
|
|
// import type { fabric as FabricNamespace } from "fabric";
|
|
|
|
export * from "../../composables/useSlipmatDesigner";
|