index.js 219 B

1234567
  1. /**
  2. * @typedef {import('./lib/create-h.js').Child} Child
  3. * @typedef {import('./lib/create-h.js').Properties} Properties
  4. * @typedef {import('./lib/create-h.js').Result} Result
  5. */
  6. export {h, s} from './lib/index.js'