UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

7 lines (6 loc) 352 B
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;