4 lines
159 B
TypeScript
4 lines
159 B
TypeScript
export { Button } from "./Button";
|
|
export type { ButtonBaseProps, ButtonProps } from "./Button";
|
|
export { default as LinkIconButton } from "./LinkIconButton";
|