{"version":3,"file":"index.cjs","sourceRoot":"","sources":["../../../../src/jsx/components/formatting/index.ts"],"names":[],"mappings":";;;;;;;;;;;;;;;;AAGA,6CAAuB;AACvB,+CAAyB","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"]}