{"version":3,"file":"index.mjs","sourceRoot":"","sources":["../../../../src/jsx/components/formatting/index.ts"],"names":[],"mappings":"AAGA,2BAAuB;AACvB,6BAAyB","sourcesContent":["import type { BoldElement } from './Bold';\nimport type { ItalicElement } from './Italic';\n\nexport * from './Bold';\nexport * from './Italic';\n\nexport type StandardFormattingElement = BoldElement | ItalicElement;\n"]}