@sudobility/email-components
Version:
Email marketing and management UI components for React
18 lines • 478 B
TypeScript
/**
* AbTestEmail Component
*
* Email marketing component with full dark mode support.
*
* @component
* @example
* ```tsx
* <AbTestEmail className="custom-class" />
* ```
*/
export interface AbTestEmailProps {
className?: string;
children?: React.ReactNode;
disabled?: boolean;
}
export declare const AbTestEmail: ({ className, children, disabled, }: AbTestEmailProps) => import("react/jsx-runtime").JSX.Element;
//# sourceMappingURL=ab-test-email.d.ts.map