@schema-render/search-table-react
Version:
Conditional search table component.
6 lines (5 loc) • 342 B
TypeScript
/// <reference types="react" />
import type { IObjectAny } from '@schema-render/core-react';
import type { ISearchTableProps, ISearchTableRef } from './typings/index.d';
declare const _default: import("react").ForwardRefExoticComponent<ISearchTableProps<IObjectAny> & import("react").RefAttributes<ISearchTableRef>>;
export default _default;