This commit is contained in:
Ibrahima G. Coulibaly
2025-02-25 06:24:00 +00:00
parent 484b6e84ee
commit 8b7f32604a
3 changed files with 24 additions and 57 deletions

View File

@@ -9,7 +9,7 @@ import { categoriesColors } from '../config/uiConfig';
interface ToolHeaderProps {
title: string;
description: string;
icon?: IconifyIcon;
icon?: IconifyIcon | string;
type: string;
}