UNPKG

react-application-core

Version:

A react-based application core for the business applications.

14 lines (13 loc) 343 B
/// <reference types="react" /> import { GenericComponent } from '../base/generic.component'; import { ILinkProps } from '../../definition'; /** * @component-impl * @stable [24.05.2020] */ export declare class Link extends GenericComponent<ILinkProps> { /** * @stable [24.05.2020] */ render(): JSX.Element; }