UNPKG

@expo/html-elements

Version:

Universal semantic HTML React components for iOS, Android, web, and desktop

4 lines 205 B
import React from 'react'; import { LinkProps } from './Text.types'; export declare function A({ href, target, download, rel, ...props }: LinkProps): React.JSX.Element; //# sourceMappingURL=Anchor.d.ts.map