/**
 * JSX helpers for Yoot that generate attributes tailored for JSX-style syntax environments, e.g. React and Solid.
 * @module @yoot/yoot/jsx
 * @packageDocumentation
 * @public
 */
export { buildSrcSet, defineSrcSetBuilder, getImgAttrs, getSourceAttrs, withImgAttrs, withSourceAttrs, } from './core/helpers.ts';
export type * from './core/helpers.ts';
