* 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>
4 lines
154 B
TypeScript
4 lines
154 B
TypeScript
export { Editor } from "./Editor";
|
|
export type { TextEditorProps } from "./types";
|
|
export { AddVariablesDropdown } from "./plugins/AddVariablesDropdown";
|