4 lines
197 B
Plaintext
4 lines
197 B
Plaintext
import { ColDef, ColGroupDef } from '../../entities/colDef';
|
|
import { OptionsValidator } from "../validationTypes";
|
|
export declare const COL_DEF_VALIDATORS: OptionsValidator<ColDef | ColGroupDef>;
|