UNPKG

ng2-qgrid

Version:
10 lines (7 loc) 241 B
import { BoxContext } from '../box'; export declare class StyleBox { constructor(context: BoxContext); addClass(item: string, name: string): void; removeClass(item: string, name: string): boolean; key(item: string): string; }