UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

8 lines (7 loc) 419 B
import React from 'react'; import { TableCellProps, Size, Align, Variant } from './TableCell.types'; declare const TableCellComponent: React.ForwardRefExoticComponent<TableCellProps & React.RefAttributes<HTMLDivElement>>; export declare const TableCellAlign: typeof Align; export declare const TableCellSize: typeof Size; export declare const TableCellVariant: typeof Variant; export default TableCellComponent;