UNPKG

slickgrid

Version:

A lightning fast JavaScript grid/spreadsheet

9 lines 269 B
export type CSSStyleDeclarationReadonly = | 'length' | 'parentRule' | 'getPropertyPriority' | 'getPropertyValue' | 'item' | 'removeProperty' | 'setProperty'; export type CSSStyleDeclarationWritable = Omit<CSSStyleDeclaration, CSSStyleDeclarationReadonly>;