2
0
Files
cal/calcom/packages/ui/components/button/index.ts
2024-08-09 00:39:27 +02:00

4 lines
159 B
TypeScript

export { Button } from "./Button";
export type { ButtonBaseProps, ButtonProps } from "./Button";
export { default as LinkIconButton } from "./LinkIconButton";