UNPKG

@tmlmobilidade/emails

Version:
6 lines (5 loc) 185 B
export interface DebugCodeProps { label?: string; value: string; } export declare function DebugCode({ label, value }: DebugCodeProps): import("react/jsx-runtime").JSX.Element;