UNPKG

@kubit-ui-web/react-components

Version:

Kubit React Components is a customizable, accessible library of React web components, designed to enhance your application's user experience

14 lines (13 loc) 590 B
import { TableCellPropsStylesType } from './types/tableCellTheme'; export declare const TDStyled: import("styled-components/dist/types").IStyledComponentBase<"web", import("styled-components/dist/types").Substitute<import("react").DetailedHTMLProps<import("react").TdHTMLAttributes<HTMLTableDataCellElement>, HTMLTableDataCellElement>, { $styles?: TableCellPropsStylesType; $height?: string; $width?: string; $minWidth?: string; $maxWidth?: string; $textAlign?: string; $top?: string; $left?: string; $right?: string; $bottom?: string; }>> & string;