@confi/conflux-react-ui-test-package
Version:
Modern and minimalist React UI library.
9 lines (8 loc) • 335 B
TypeScript
import { CardTypes } from '../utils/prop-types';
import { ZeitUIThemesPalette } from '../styles/themes';
export declare type CardStyles = {
color: string;
bgColor: string;
borderColor: string;
};
export declare const getStyles: (type: CardTypes, palette: ZeitUIThemesPalette, isShadow?: boolean | undefined) => CardStyles;