librqbit 8.1.1

The main library used by rqbit torrent client. The binary is just a small wrapper on top of it.
Documentation
1
2
3
4
5
import { ReactNode } from "react";

export const Form = ({ children }: { children: ReactNode }) => {
  return <form>{children}</form>;
};