synapse-react-client
Version:
[](https://badge.fury.io/js/synapse-react-client) [](https://github.com/prettier/prettie
10 lines • 437 B
TypeScript
import { MouseEventHandler } from 'react';
import { IconName } from '../IconSvg';
import { LoginMethod } from './LoginMethod';
export type LoginMethodButtonProps = {
loginMethod: LoginMethod;
iconName?: IconName;
onClick: MouseEventHandler<HTMLButtonElement>;
};
export default function LoginMethodButton(props: LoginMethodButtonProps): import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=LoginMethodButton.d.ts.map