Auto commit for build : 133

commit by: ayoub <hassani.ayoub@gmail.com>

 with message : navbar logo
This commit is contained in:
ayoub 2025-05-07 23:30:47 +02:00
parent 272d5ace19
commit 49b4f84b55
2 changed files with 6 additions and 1 deletions

View File

@ -1,5 +1,10 @@
import React from 'react';
interface NavbarLogo {
src: any;
slogan: string;
}
interface NavbarProps {
logo?: NavbarLogo;
}
declare const Navbar: React.FC<NavbarProps>;
export default Navbar;

File diff suppressed because one or more lines are too long