UNPKG

@keen.io/ui-core

Version:

Keen visual components library

13 lines (12 loc) 371 B
export declare type Props = { enabled?: boolean; backgroundColor?: string; borderRadius?: number; hasShadow?: boolean; hideOverflow?: boolean; borderWidth?: number; borderColor?: string; padding?: number; }; export declare const Card: import("styled-components").StyledComponent<"div", any, Props, never>; export default Card;