@ui5/webcomponents-react
Version:
React Wrapper for UI5 Web Components and additional components
8 lines (7 loc) • 312 B
TypeScript
import type { VirtualItem } from '@tanstack/react-virtual';
import type { ReactNode } from 'react';
export declare const EmptyRow: ({ virtualRow, className, children }: {
virtualRow: VirtualItem<HTMLDivElement>;
className: string;
children?: ReactNode;
}) => import("react/jsx-runtime").JSX.Element;