UNPKG

@tmlmobilidade/emails

Version:
7 lines (6 loc) 251 B
import { type PropsWithChildren } from 'react'; interface WrapperProps { previewMessage: string; } export declare function Wrapper({ children, previewMessage }: PropsWithChildren<WrapperProps>): import("react/jsx-runtime").JSX.Element; export {};