@open-condo/ui
Version:
A set of React UI components for developing applications inside the condo ecosystem
8 lines • 398 B
TypeScript
import { RowData } from '@tanstack/react-table';
import React from 'react';
import type { TableProps, TableRef } from '@open-condo/ui/src/components/Table/types';
import '@open-condo/ui/src/components/Table/types';
export declare const Table: <TData extends RowData = RowData>(props: TableProps<TData> & {
ref?: React.Ref<TableRef>;
}) => React.ReactElement;
//# sourceMappingURL=table.d.ts.map