Auto commit for build : 133
commit by: ayoub <hassani.ayoub@gmail.com> with message : navbar logo
This commit is contained in:
parent
272d5ace19
commit
49b4f84b55
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue