import type { HTMLAttributes } from "corvos/plugins/jsx.ts"; export type Props = HTMLAttributes<"div">; export const Body = ({ class: cls, ...props }: Props) => (
);