2025-09-05 14:59:21 +08:00

11 lines
420 B
JavaScript

/**
* @typedef {import('./lib/index.js').CreateContent} CreateContent
* @typedef {import('./lib/index.js').CreateProperties} CreateProperties
* @typedef {import('./lib/index.js').CreateRel} CreateRel
* @typedef {import('./lib/index.js').CreateTarget} CreateTarget
* @typedef {import('./lib/index.js').Options} Options
* @typedef {import('./lib/index.js').Target} Target
*/
export {default} from './lib/index.js'