testeranto
Version:
the AI powered BDD test framework for typescript projects
10 lines (9 loc) • 333 B
TypeScript
import React from "react";
export declare const ThemeCard: ({ theme, handleThemeChange, value, title, description, style, }: {
theme: string;
handleThemeChange: (e: React.ChangeEvent<HTMLInputElement>) => void;
value: string;
title: string;
description: string;
style: React.CSSProperties;
}) => JSX.Element;