UNPKG

@ale1x/spid-react-button-fixed

Version:
9 lines (8 loc) 313 B
/// <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;