UNPKG

@enonic/react-components

Version:

Library of React components for handling Enonic XP data and page components

3 lines (2 loc) 206 B
import type { LinkComponentParams } from '../types'; export declare const Link: ({ content: _content, media: _media, uri: _uri, ...aProps }: LinkComponentParams) => import("react/jsx-runtime").JSX.Element;