UNPKG

@project44-manifest/react

Version:

Manifest Design System react components

4 lines 242 B
import type { ForwardRefComponent } from '@project44-manifest/react-types'; import type { TableRowProps } from './TableRow.types'; export declare const TableRow: ForwardRefComponent<"tr", TableRowProps>; //# sourceMappingURL=TableRow.d.ts.map