* 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
187 B
TypeScript
4 lines
187 B
TypeScript
export { Button, buttonClasses } from "./Button";
|
|
export type { ButtonBaseProps, ButtonProps, ButtonColor } from "./Button";
|
|
export { default as LinkIconButton } from "./LinkIconButton";
|