UNPKG

@atlaskit/editor-common

Version:

A package that contains common classes and components for editor and renderer

1 lines 114 B
export const gridTypeForLayout = layout => layout === 'wrap-left' || layout === 'wrap-right' ? 'wrapped' : 'full';