UNPKG

@atlaskit/editor-common

Version:

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

22 lines (21 loc) 387 B
/** * @private * @deprecated */ export declare const messages: { copyBlock: { id: string; defaultMessage: string; description: string; }; deleteBlock: { id: string; defaultMessage: string; description: string; }; turnInto: { id: string; defaultMessage: string; description: string; }; };