UNPKG

@tmlmobilidade/emails

Version:
9 lines (8 loc) 253 B
interface AnchorProps { href: string; spaceAfter?: boolean; spaceBefore?: boolean; text: string; } export declare function Anchor({ href, spaceAfter, spaceBefore, text }: AnchorProps): import("react/jsx-runtime").JSX.Element; export {};