mirror of
https://github.com/docmost/docmost.git
synced 2026-05-07 06:23:06 +08:00
Fix import and export
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import type { ResizableNodeViewDirection } from "@docmost/editor-ext/lib/resizable-nodeview";
|
||||
import classes from "./node-resize.module.css";
|
||||
import { ResizableNodeViewDirection } from "@docmost/editor-ext";
|
||||
|
||||
export function createResizeHandle(
|
||||
direction: ResizableNodeViewDirection,
|
||||
|
||||
@@ -28,3 +28,5 @@ export * from "./lib/shared-storage";
|
||||
export * from "./lib/recreate-transform";
|
||||
export * from "./lib/columns";
|
||||
export * from "./lib/status";
|
||||
export * from "./lib/resizable-nodeview";
|
||||
|
||||
|
||||
Reference in New Issue
Block a user