@kubit-ui-web/react-components
Version:
Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience
5 lines (4 loc) • 470 B
TypeScript
import React from 'react';
import { ILinkAsButtonStandAlone } from '../types/link';
export declare const LinkAsButtonStandAloneComponent: ({ dataTestId, children, url, component, target, role, onClick, ["aria-label"]: ariaLabel, ...props }: ILinkAsButtonStandAlone, ref: React.ForwardedRef<HTMLElement> | undefined) => JSX.Element;
export declare const LinkAsButtonStandAlone: React.ForwardRefExoticComponent<ILinkAsButtonStandAlone & React.RefAttributes<HTMLElement>>;