mirror of
https://github.com/Snigdha-OS/documentation.git
synced 2025-09-07 19:25:13 +02:00
8 lines
239 B
JavaScript
8 lines
239 B
JavaScript
// Note: types exposed from `index.d.ts`.
|
|
export {handlers as defaultHandlers} from './lib/handlers/index.js'
|
|
export {toHast} from './lib/index.js'
|
|
export {
|
|
defaultFootnoteBackContent,
|
|
defaultFootnoteBackLabel
|
|
} from './lib/footer.js'
|