mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-21 05:20:24 +08:00
fixed naming
This commit is contained in:
2
ng-grid/ng-grid.d.ts
vendored
2
ng-grid/ng-grid.d.ts
vendored
@@ -170,7 +170,7 @@ declare module ngGrid {
|
||||
enableHighlighting?: boolean;
|
||||
}
|
||||
|
||||
export interface rowDef {
|
||||
export interface columnDef {
|
||||
field?: string;
|
||||
width?: any; //**this can be a string containing a relatively, absolute size units or a number: '30%','54px',45 /*
|
||||
displayName?: string;
|
||||
|
||||
Reference in New Issue
Block a user