autumn-js
Version:
Autumn JS Library
12 lines (9 loc) • 380 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { C as CheckoutResult } from '../../../attachTypes-CKp1KMwX.js';
import '../../../prodTypes-C4aZSZfO.js';
import 'zod/v4';
declare const getCheckoutContent: (checkoutResult: CheckoutResult) => {
title: react_jsx_runtime.JSX.Element;
message: react_jsx_runtime.JSX.Element;
};
export { getCheckoutContent };