UNPKG

js-awe

Version:

Awesome js utils including - plan: An Asynchronous control flow with a functional taste - Chrono: record and visualize timelines in the console

19 lines 589 B
export function Text({ HEADING_IDENTATION, ROW_IDENTATION }?: { HEADING_IDENTATION: typeof center; ROW_IDENTATION: typeof left; }): { loadParams: (paramId: any) => (paramTitle: any) => { id: any; load: (columnData: any) => void; getSize: () => any; heading: { nextValue: () => Generator<any, void, unknown>; }; row: { nextValue: () => Generator<any, void, unknown>; }; }; }; import { center } from "../tableUtils.js"; import { left } from "../tableUtils.js"; //# sourceMappingURL=text.d.ts.map