@ale1x/spid-react-button-fixed
Version:
Pulsante SSO per SPID in React
9 lines (8 loc) • 313 B
TypeScript
/// <reference types="react" />
import type { SPIDButtonProps } from './shared/types';
/**
* The main component for the button.
* Use this component with the `type` prop to select the version you prefer.
* @param props
*/
export declare const SPIDReactButton: (props: SPIDButtonProps) => JSX.Element;