{
  "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": ";;;;;;;;;;;;;;;;;;;;AAAA;AAAA;AAAA;AAAA;AAAA;AAGA,kBAAuB;AAIvB,mBAAuC;AAShC,SAAS,iBAAiB;AAChC,aAAO,oBAAQ,aAAAA,KAAc,EAAE,eAAe;AAC/C;",
  "names": ["richTextStore"]
}
