@ssa-ui-kit/widgets
Version:
SSA UI Kit widgets
9 lines (8 loc) • 395 B
TypeScript
export declare const BotsTableRow: import("@emotion/styled").StyledComponent<{
theme?: import("@emotion/react").Theme;
as?: React.ElementType;
} & import("@ssa-ui-kit/core").CommonProps & import("react").ClassAttributes<HTMLTableRowElement> & import("react").HTMLAttributes<HTMLTableRowElement> & {
theme?: import("@emotion/react").Theme;
} & {
isDisabled?: boolean;
}, {}, {}>;