Files
neuron/packages/opencode/src/cli/cmd/tui/component/border.tsx
T
2025-10-31 15:07:36 -04:00

17 lines
300 B
TypeScript

export const SplitBorder = {
border: ["left" as const, "right" as const],
customBorderChars: {
topLeft: "",
bottomLeft: "",
vertical: "┃",
topRight: "",
bottomRight: "",
horizontal: "",
bottomT: "",
topT: "",
cross: "",
leftT: "",
rightT: "",
},
}