UNPKG

autumn-js

Version:

Autumn JS Library

12 lines (9 loc) 452 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import { C as CustomerData } from './cusTypes-sh5_cN7N.js'; 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 };