UNPKG

cheetah-grid

Version:

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

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