export type { BoxChars, TuiData } from "./types";

export { renderTuiPanel } from "./renderer";
export type { TuiPanelOptions } from "./renderer";
