autumn-js
Version:
Autumn JS Library
12 lines (9 loc) • 453 B
text/typescript
import * as react_jsx_runtime from 'react/jsx-runtime';
import { C as CustomerData } from './cusTypes-sh5_cN7N.mjs';
interface AutumnProviderProps {
children?: React.ReactNode;
encryptedCustomerId?: string;
customerData?: CustomerData;
}
declare const AutumnClientProvider: ({ children, encryptedCustomerId, customerData, }: AutumnProviderProps) => react_jsx_runtime.JSX.Element;
export { AutumnClientProvider, type AutumnProviderProps };