UNPKG

@tmlmobilidade/emails

Version:
7 lines (6 loc) 189 B
interface MainButtonProps { href: string; label: string; } export declare function MainButton({ href, label }: MainButtonProps): import("react/jsx-runtime").JSX.Element; export {};