UNPKG

@wordpress/format-library

Version:
11 lines (9 loc) 287 B
/** * Internal dependencies */ import { bold } from './bold'; import { italic } from './italic'; import { link } from './link'; import { strikethrough } from './strikethrough'; import { textColor } from './text-color'; export default [ bold, italic, link, strikethrough, textColor ];