UNPKG

@atlaskit/editor-plugin-code-block

Version:

Code block plugin for @atlaskit/editor-core

5 lines (4 loc) 260 B
export declare const RECENT_LANGUAGES_STORAGE_KEY = "recently-used-languages"; export declare const getRecentLanguages: () => string[]; export declare const saveRecentLanguage: (language: string) => void; export declare const clearRecentLanguages: () => void;