* chore: Add ./components/[name]/index.ts map to package.json * fix: Clarify Popover exports * fix: re-add dropdown to calcom/ui barrel * chore: Add icon barrel file re-export * Fix all calcom/ui imports of its own barrel * Never say 'fix all remaining..' it's never true * Some type fixeS * Linking fixes * Rename sheet.tsx to Sheet.tsx Done through UI, console does NOT like this. * Fixed some test failures
4 lines
155 B
TypeScript
4 lines
155 B
TypeScript
export { Editor } from "./Editor";
|
|
export type { TextEditorProps } from "./Editor";
|
|
export { AddVariablesDropdown } from "./plugins/AddVariablesDropdown";
|