UNPKG

active-table

Version:

Framework agnostic table component for editable data experience

8 lines 309 B
export type CSSStyle = Partial<CSSStyleDeclaration>; export type NoDimensionCSSStyle = Omit<CSSStyle, 'width' | 'minWidth' | 'maxWidth' | 'height' | 'minHeight' | 'maxHeight'>; export interface StatefulCSS<T = CSSStyle> { default?: T; hover?: T; click?: T; } //# sourceMappingURL=cssStyle.d.ts.map