package.dist.utils.makeFragment.d.ts Maven / Gradle / Ivy
Go to download
Show more of this group Show more artifacts with this name
Show all versions of paragraph Show documentation
Show all versions of paragraph Show documentation
Paragraph Tool for Editor.js
The newest version!
/**
* Create a DocumentFragment and fill it with HTML from a string
*
* @param {string} htmlString - A string of valid HTML
* @returns {DocumentFragment}
*/
export default function makeFragment(htmlString: string): DocumentFragment;
© 2015 - 2025 Weber Informatics LLC | Privacy Policy