@voiceiq/web-components
Version:
VoiceIQ Web Component library
7 lines (6 loc) • 352 B
TypeScript
import React from 'react';
import { TableRowProps, Theme, Type } from './TableRow.types';
declare const TableRowComponent: React.ForwardRefExoticComponent<TableRowProps & React.RefAttributes<HTMLTableRowElement>>;
export declare const TableRowType: typeof Type;
export declare const TableRowTheme: typeof Theme;
export default TableRowComponent;