export { attachViewer } from './attach.js'; export type { ViewerAttachment, ViewerOptions } from './attach.js'; export { CODE_LANG_ATTR, attachCodePaint, codeLanguageOf } from './code-paint.js'; export type { CodePaintOptions } from './code-paint.js'; export { SORTABLE_ATTR, attachTableSort, hasMergedCells, nextSortState, rankRows } from './table-sort.js'; export type { SortDirection, SortState, TableSortOptions } from './table-sort.js'; export type { CodeHighlighter, CodeToken } from '../code/index.js'; //# sourceMappingURL=index.d.ts.map