UNPKG

@atlaskit/editor-plugin-layout

Version:

Layout plugin for @atlaskit/editor-core

7 lines (6 loc) 322 B
import { SafePlugin } from '@atlaskit/editor-common/safe-plugin'; import type { LayoutPluginOptions } from '../types'; import type { LayoutState } from './types'; export declare const DEFAULT_LAYOUT = "two_equal"; declare const _default: (options: LayoutPluginOptions) => SafePlugin<LayoutState>; export default _default;