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