UNPKG

@tmlmobilidade/emails

Version:
5 lines (4 loc) 154 B
export interface GreetingProps { text?: string; } export declare function Greeting({ text }: GreetingProps): import("react/jsx-runtime").JSX.Element;