import React from "react"; export function OlToggle(props: { toggled: boolean | undefined; onClick: () => void; }) { return (
); }