suneditor
Version:
Vanilla JavaScript based WYSIWYG web editor
173 lines (172 loc) • 5.57 kB
TypeScript
declare namespace _default {
export let redo: string;
export let undo: string;
export let bold: string;
export let underline: string;
export let italic: string;
export let strike: string;
export let subscript: string;
export let superscript: string;
export let remove_color: string;
export let remove_format: string;
export let indent: string;
export let outdent: string;
export let expansion: string;
export let reduction: string;
export let code_block: string;
export let code_view: string;
export let markdown_view: string;
export let preview: string;
export let print: string;
export let template: string;
export let layout: string;
export let new_document: string;
export let select_all: string;
export let line_height: string;
export let paragraph_style: string;
export let text_style: string;
export let save: string;
export let blockquote: string;
export let arrow_down: string;
export let align_justify: string;
export let align_left: string;
export let align_right: string;
export let align_center: string;
export let align_top: string;
export let align_middle: string;
export let align_bottom: string;
export let format_float_none: string;
export let format_float_left: string;
export let format_float_right: string;
export let format_float_center: string;
export let font_color: string;
export let background_color: string;
export let list_bulleted: string;
export let list_numbered: string;
export let list_checked: string;
export let table: string;
export let table_header: string;
export let table_properties: string;
export let cell_properties: string;
export let table_column: string;
export let table_row: string;
export let color_checked: string;
export let color_palette: string;
export let border_all: string;
export let border_inside: string;
export let border_horizontal: string;
export let border_vertical: string;
export let border_outside: string;
export let border_left: string;
export let border_top: string;
export let border_right: string;
export let border_bottom: string;
export let border_none: string;
export let horizontal_line: string;
export let show_blocks: string;
export let cancel: string;
export let selection_remove: string;
export let image: string;
export let image_thumbnail: string;
export let video: string;
export let video_thumbnail: string;
export let link: string;
export let link_rel: string;
export let math: string;
export let unlink: string;
export let merge_cell: string;
export let split_cell: string;
export let unmerge_cell: string;
export let caption: string;
export let edit: string;
let _delete: string;
export { _delete as delete };
export let revert: string;
export let auto_size: string;
export let resize: string;
export let insert_row_below: string;
export let insert_row_above: string;
export let insert_column_left: string;
export let insert_column_right: string;
export let delete_row: string;
export let delete_column: string;
export let fixed_column_width: string;
export let rotate_left: string;
export let rotate_right: string;
export let mirror_horizontal: string;
export let mirror_vertical: string;
export let checked: string;
export let line_break: string;
export let audio: string;
export let audio_thumbnail: string;
export let image_gallery: string;
export let audio_gallery: string;
export let video_gallery: string;
export let file_gallery: string;
export let file_browser: string;
export let bookmark: string;
export let bookmark_anchor: string;
export let download: string;
export let dir_ltr: string;
export let dir_rtl: string;
export let file_upload: string;
export let file_thumbnail: string;
export let file_plus: string;
export let upload_tray: string;
export let folder: string;
export let plus: string;
export let minus: string;
export let selection: string;
export let copy: string;
export let cut: string;
export let PDF: string;
export let format_paint: string;
export let drawing: string;
export let eraser: string;
export let search: string;
export let selection_search: string;
export let embed: string;
export let finder: string;
export let regex: string;
export let match_case: string;
export let whole_word: string;
export let swap_vert: string;
export let arrow_down_small: string;
export let arrow_up_small: string;
export let replaceText: string;
export let relaceTextAll: string;
export let menu_arrow_down: string;
export let menu_arrow_up: string;
export let menu_arrow_right: string;
export let menu_arrow_left: string;
export let side_menu_hamburger: string;
export let side_menu_folder: string;
export let side_menu_folder_item: string;
export let side_menu_item: string;
export let side_menu_folder_plus: string;
export let alert_outline: string;
export let more_media: string;
export let more_gallery: string;
export let more_folder: string;
export let more_list: string;
export let more_file: string;
export let more_view: string;
export let more_page: string;
export let more_text: string;
export let more_paragraph: string;
export let more_plus: string;
export let more_horizontal: string;
export let more_vertical: string;
export let more_flag: string;
export let as_inline: string;
export let as_block: string;
export let page_break: string;
export let page_down: string;
export let page_up: string;
export let collapse_left: string;
export let collapse_right: string;
export let map: string;
export let magic_stick: string;
export let open_in_new: string;
}
export default _default;