Table: export the new low-level table internal API

This commit is contained in:
Jonathan Daugherty 2022-12-27 14:18:26 -08:00
parent e68a5d9033
commit f888bc48d3

View File

@ -32,6 +32,11 @@ module Brick.Widgets.Table
-- * Rendering -- * Rendering
, renderTable , renderTable
-- * Low-level API
, RenderedTableCells(..)
, tableCellLayout
, addBorders
) )
where where