UNPKG

@letanure/resend-cli

Version:

A command-line interface for Resend email API

12 lines 461 B
import type { OutputFormat } from '../utils/output.js'; interface OutputContextType { outputFormat: OutputFormat; } interface OutputProviderProps { outputFormat?: OutputFormat; children: React.ReactNode; } export declare const OutputProvider: ({ outputFormat, children }: OutputProviderProps) => import("react/jsx-runtime").JSX.Element; export declare const useOutput: () => OutputContextType; export {}; //# sourceMappingURL=OutputProvider.d.ts.map