UNPKG

alouette

Version:

A modern, customizable design system built on top of NativeWind v5 with configurable defaults

4 lines 328 B
import type { FunctionComponent } from "react"; import type { ExternalLinkProps } from "./ExternalLink"; export declare function ExternalLink<C extends FunctionComponent<any>>({ as: C, href, openLinkBehavior, onPress, ...props }: ExternalLinkProps<C>): import("react").JSX.Element; //# sourceMappingURL=ExternalLink.web.d.ts.map