rallly/components/button/index.ts
2022-04-12 07:14:28 +01:00

2 lines
81 B
TypeScript

export type { ButtonProps } from "./button";
export { default } from "./button";