Code at the speed of thought – Zed is a high-performance, multiplayer code editor from the creators of Atom and Tree-sitter.
1import { Clean } from "./util"; 2import * as zed from './zed' 3 4export type Text = Clean<zed.TextStyle>