UNPKG

@jverneaut/html-to-gutenberg

Version:

Create custom Gutenberg blocks from the HTML templates you already have.

9 lines (8 loc) 562 B
export { default as deleteRootAttribute } from "./deleteRootAttribute.js"; export { default as deleteAttribute } from "./deleteAttribute.js"; export { default as parseRootAttribute } from "./parseRootAttribute.js"; export { default as setRootAttribute } from "./setRootAttribute.js"; export { default as deleteTagName } from "./deleteTagName.js"; export { default as parseNodeAttributes } from "./parseNodeAttributes.js"; export { default as getAttributeDeclaration } from "./getAttributeDeclaration.js"; export { default as getOptions } from "./getOptions.js";