UNPKG

primereact

Version:

A rich set of premium UI Components for React.

6 lines (5 loc) 355 B
import type { DataTableRowEditorContextValue } from '@primereact/types/primitive/datatable'; export declare const DataTableRowEditorProvider: ({ value, children }: { value: DataTableRowEditorContextValue; children: React.ReactNode; }) => import("react").JSX.Element, useDataTableRowEditorContext: () => DataTableRowEditorContextValue | undefined;