UNPKG

@ozen-ui/kit

Version:

React component library

12 lines (11 loc) 583 B
import React from 'react'; export declare const cnListCardItemCenterInfo: import("@bem-react/classname").ClassNameFormatter; export declare const ListCardItemCenterInfo: React.ForwardRefExoticComponent<{ children: React.ReactNode; label?: React.ReactNode; hint?: React.ReactNode; hintBefore?: React.ReactNode; caption?: React.ReactNode; bottom?: React.ReactNode; textOverflow?: import("../../components").ListCardItemInfoCarcassTextOverflow; } & Omit<import("../../../Stack").StackProps, "children" | "ref" | "as"> & React.RefAttributes<HTMLDivElement>>;