1
0
Fork 0
mirror of https://github.com/lukevella/rallly.git synced 2025-07-10 21:17:31 +02:00
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";