Minor Changes
- Simplified
createElement
to handle all object properties, including style. - Fixed issue with styles not applying correctly.
- Updated style type in
SpecialAttributes
toPartial<CSSStyleDeclaration>
for editor hints and flexibility.
createElement
to handle all object properties, including style.SpecialAttributes
to Partial<CSSStyleDeclaration>
for editor hints and flexibility.