UNPKG

carpooluikit

Version:
5 lines (4 loc) 142 B
import React from "react"; import { LinkProps } from "./types"; declare const LinkExternal: React.FC<LinkProps>; export default LinkExternal;