UNPKG

kea-react

Version:

Componentes comunes de react

11 lines (10 loc) 204 B
export interface Entity { id: number; nombre: string; edad: number; fecha: Date; obj: any; strArray?: string[]; objArray?: {}[]; } export declare let rows: Entity[];