import { FC } from "react"; export const ButtonRichText: FC = ({ children, active, onClick, disabled, }) => { return ( ); };