UNPKG

cheetah-grid

Version:

Cheetah Grid is a high performance grid engine that works on canvas

11 lines (9 loc) 237 B
import * as action from "./columns/action"; import * as style from "./columns/style"; import * as type from "./columns/type"; /** * columns * @namespace cheetahGrid.columns * @memberof cheetahGrid */ export { action, type, style };