UNPKG

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

Version:

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

8 lines 404 B
import type { ICellRendererParams } from '@equinor/fusion-framework-react-ag-grid/enterprise'; import type { CustomRenderParams } from './types'; export declare const PersonCellRender: { <T>(params: ICellRendererParams & CustomRenderParams<T>): import("react/jsx-runtime").JSX.Element | null; displayName: string; }; export default PersonCellRender; //# sourceMappingURL=PersonCellRender.d.ts.map