UNPKG

on-codemerge

Version:

A WYSIWYG editor for on-codemerge is a user-friendly interface that allows users to edit and view their code in real time, exactly as it will appear in the final product

6 lines (5 loc) 289 B
export declare class TableStyles { setAlignment(cell: HTMLTableCellElement, align: 'left' | 'center' | 'right'): void; setVerticalAlignment(cell: HTMLTableCellElement, align: 'top' | 'middle' | 'bottom'): void; setBackground(cell: HTMLTableCellElement, color: string): void; }