UNPKG

@tourmalinecore/react-table-responsive

Version:

React Table Responsive

6 lines (5 loc) 222 B
import { I18StringsProps } from '../../i18n/types'; export declare function NoRecords({ isShow, languageStrings, }: { isShow: boolean; languageStrings: I18StringsProps; }): import("react/jsx-runtime").JSX.Element;