Files
calendar/packages/ui/components/editor/index.ts
T
7e2a0d1a1b fix: calcom UI circle dep (#19839)
* editor circle dep fix

* circle dep fix in select

* fix barrel export types

---------

Co-authored-by: Anik Dhabal Babu <81948346+anikdhabal@users.noreply.github.com>
2025-03-07 09:26:26 -07:00

4 lines
154 B
TypeScript

export { Editor } from "./Editor";
export type { TextEditorProps } from "./types";
export { AddVariablesDropdown } from "./plugins/AddVariablesDropdown";