@ssa-ui-kit/widgets
Version:
SSA UI Kit widgets
9 lines (8 loc) • 402 B
TypeScript
export declare const BotsTableCell: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & {
align?: string;
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLTableDataCellElement> & import("react").TdHTMLAttributes<HTMLTableDataCellElement> & {
theme?: import("@emotion/react").Theme;
}, {}, {}>;