UNPKG

@equinor/fusion-react-ag-grid-person-cell

Version:

React component for displaying person details in AgGrid cell and PersonCard on cell hover

5 lines 287 B
import type { ColDef } from '@equinor/fusion-framework-react-ag-grid/enterprise'; import type { PersonColDef } from './types'; export declare const agGridPersonCell: <T>(col: ColDef & PersonColDef<T>) => ColDef; export default agGridPersonCell; //# sourceMappingURL=agPersonCell.d.ts.map