UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 281 B
import './Card.css'; import type { CardBaseProps } from './index'; export declare const cnCard: import("@bem-react/classname").ClassNameFormatter; export declare const Card: import("../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<CardBaseProps, "div", "as">;