UNPKG

@visactor/vtable

Version:

canvas table width high performance

8 lines (7 loc) 266 B
import { Style } from './Style'; import type { IStyleOption } from '../../ts-types'; export declare class NumberStyle extends Style { static get DEFAULT(): NumberStyle; constructor(style?: IStyleOption, bodyStyle?: IStyleOption); clone(): NumberStyle; }