6 lines
194 B
TypeScript
6 lines
194 B
TypeScript
import { GridSlotsComponent } from '../models';
|
|
/**
|
|
* TODO: Differentiate community and pro value and interface
|
|
*/
|
|
export declare const DATA_GRID_DEFAULT_SLOTS_COMPONENTS: GridSlotsComponent;
|