UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

8 lines 312 B
import { render } from 'ink-testing-library'; import type { ReactElement } from 'react'; interface RenderOptions { isDryRun?: boolean; } export declare function renderWithProviders(ui: ReactElement, { isDryRun }?: RenderOptions): ReturnType<typeof render>; export {}; //# sourceMappingURL=test-utils.d.ts.map