import { ReactNode } from "react"; import "./Header.css"; import { getCN, usePadding, renderProps } from "../utils"; function Header({ children, icon, mode = `default`, //default, primary ...props }: { [x: string]: any; }) { return (