There was an error while loading. Please reload this page.
1 parent 2a21456 commit baeef63Copy full SHA for baeef63
src/types.d.ts
@@ -1,7 +1,7 @@
1
// eslint-disable
2
import * as React from "react"
3
4
-interface SpecificSocialLoginButtonProps {
+interface SpecificSocialLoginButtonProps extends React.PropsWithChildren {
5
onClick?: () => any;
6
onMouseEnter?: () => any;
7
onMouseLeave?: () => any;
0 commit comments