UNPKG

@adobe/aem-core-components-react-base

Version:
8 lines 237 B
/// <reference types="react" /> export interface LinkProps { to?: string; isRouted?: boolean; [prop: string]: any; } export declare const RoutedLink: (props: LinkProps) => JSX.Element; //# sourceMappingURL=RoutedLink.d.ts.map