UNPKG

@schema-render/search-table-react

Version:
6 lines (5 loc) 342 B
/// <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;