@keen.io/ui-core
Version:
Keen visual components library
8 lines (7 loc) • 321 B
TypeScript
import { CellTextAlignment } from './types';
export declare const StyledCell: import("styled-components").StyledComponent<"td", any, {
disableBorder?: boolean;
}, never>;
export declare const Container: import("styled-components").StyledComponent<"div", any, {
textAlignment: CellTextAlignment;
}, never>;