cal.pub0.org/packages/ui/components/button/index.ts

4 lines
159 B
TypeScript

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