Skip to content

Commit

Permalink
feat: export button props
Browse files Browse the repository at this point in the history
  • Loading branch information
muhmushtaha committed Sep 20, 2024
1 parent 8028133 commit 04be98e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/FacebookLoginButton.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ interface Theme {
hoverBackgroundColor: string;
}

interface FacebookLoginButtonProps {
export interface FacebookLoginButtonProps {
/**
* The shape of the button. Can be 'rectangular' or 'circle'.
* @default 'rectangular'
Expand Down
2 changes: 1 addition & 1 deletion src/index.tsx
Original file line number Diff line number Diff line change
@@ -1 +1 @@
export { default as FacebookLoginButton } from "./FacebookLoginButton";
export { default as FacebookLoginButton, FacebookLoginButtonProps } from "./FacebookLoginButton";

0 comments on commit 04be98e

Please sign in to comment.