UNPKG

@visactor/vtable

Version:

canvas table width high performance

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