@atlaskit/editor-plugin-code-block
Version:
Code block plugin for @atlaskit/editor-core
11 lines (10 loc) • 325 B
TypeScript
export declare const ACTIONS: {
CLEAR_FORMAT_CODE_ERROR: string;
REMOVE_AUTO_DETECT_ENTRY: string;
RESOLVE_FORMAT_CODE: string;
SET_AUTO_DETECT_ENTRY: string;
SET_COPIED_TO_CLIPBOARD: string;
SET_IS_WRAPPED: string;
SET_SHOULD_IGNORE_FOLLOWING_MUTATIONS: string;
START_FORMAT_CODE: string;
};