import { ReactNode } from "react"; import "./FixedLayout.css"; import { renderProps, onLoad, getCN, get_typeName } from "../utils"; function FixedLayout({ children, ...props }: { [x: string]: any }) { return (