UNPKG

@keen.io/ui-core

Version:

Keen visual components library

6 lines (5 loc) 189 B
import { Variant } from './types'; export declare const StyledAlert: import("styled-components").StyledComponent<"div", any, { type: Variant; contentWidth: boolean; }, never>;