{
  "version": 3,
  "sources": ["../src/get-format-types.js"],
  "sourcesContent": ["/**\n * WordPress dependencies\n */\nimport { select } from '@wordpress/data';\n/**\n * Internal dependencies\n */\nimport { store as richTextStore } from './store';\n\n/** @typedef {import('./register-format-type').RichTextFormatType} RichTextFormatType */\n\n/**\n * Returns all registered formats.\n *\n * @return {Array<RichTextFormatType>} Format settings.\n */\nexport function getFormatTypes() {\n\treturn select( richTextStore ).getFormatTypes();\n}\n"],
  "mappings": ";AAGA,SAAS,cAAc;AAIvB,SAAS,SAAS,qBAAqB;AAShC,SAAS,iBAAiB;AAChC,SAAO,OAAQ,aAAc,EAAE,eAAe;AAC/C;",
  "names": []
}
