1import { Clean } from "./util"
2import * as zed from "./zed"
3
4export type Color = zed.Color
5export type CursorStyle = zed.CursorStyle
6export type FontStyle = zed.Style
7export type Border = Clean<zed.Border>
8export type Margin = Clean<zed.Margin>
9export type Padding = Clean<zed.Padding>