UNPKG

@keen.io/ui-core

Version:

Keen visual components library

9 lines (8 loc) 358 B
import { CellTextAlignment } from './types'; export declare const Container: import("styled-components").StyledComponent<"div", any, { backgroundColor: string; textAlignment: CellTextAlignment; }, never>; export declare const Content: import("styled-components").StyledComponent<"div", any, { textAlignment: CellTextAlignment; }, never>;