UNPKG

@telegram-auth/react

Version:
12 lines 455 B
import React from 'react'; import { LoginButtonProps } from './types'; /** * A React component that renders a Telegram login button. * * @see https://core.telegram.org/widgets/login * * @param {LoginButtonProps} props The props to pass to the component. * @returns A React component that renders the Telegram login button. */ export declare function LoginButton(props: LoginButtonProps): React.JSX.Element; //# sourceMappingURL=LoginButton.d.ts.map