UNPKG

@vimeo/iris

Version:
11 lines (10 loc) 530 B
import { IrisTheme } from '../../themes'; interface Props { $loading?: boolean; selected?: boolean; theme?: IrisTheme; } export declare const Card: import("styled-components").StyledComponent<"div", any, Props, never>; export declare function boxShadow({ theme: { formats }, $loading, selected, }: Props): import("styled-components").FlattenSimpleInterpolation; export declare function hoverStyles({ theme: { content }, $loading, selected, }: Props): import("styled-components").FlattenSimpleInterpolation; export {};