diff --git a/packages/button/src/index.ts b/packages/button/src/index.ts index efe8c800c..0a64b5765 100644 --- a/packages/button/src/index.ts +++ b/packages/button/src/index.ts @@ -1 +1,2 @@ export { default } from './Button'; +export type { ButtonProps } from './Button.types';