Files
docmost/packages/editor-ext/src/lib/attachment/index.ts
Philip Okugbe 7dc37b933f feat: editor file attachments (#194)
* fix current slider value

* WIP

* changes to extension attributes

* update command title
2024-08-26 12:38:47 +01:00

3 lines
80 B
TypeScript

export { Attachment } from "./attachment";
export * from "./attachment-upload";