Skip to content

Commit

Permalink
adds export getBlockTypes to be used in react native (#8457)
Browse files Browse the repository at this point in the history
  • Loading branch information
mzorz authored and gziolo committed Aug 4, 2018
1 parent 33f7475 commit e493909
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/blocks/src/api/index.native.js
Original file line number Diff line number Diff line change
Expand Up @@ -14,6 +14,7 @@ export {
export {
registerBlockType,
getBlockType,
getBlockTypes,
hasBlockSupport,
} from './registration';
export { getPhrasingContentSchema } from './raw-handling';
Expand Down

0 comments on commit e493909

Please sign in to comment.