UNPKG

@atlaskit/editor-plugin-table

Version:

Table plugin for the @atlaskit/editor

6 lines (5 loc) 177 B
import type { AlignmentOptions } from '../types'; export declare const getAlignmentStyle: (alignment: AlignmentOptions) => { display: string; justifyContent: string; };