@ozen-ui/kit
Version:
React component library
4 lines (3 loc) • 313 B
TypeScript
import type { DataListCardItemBaseProps } from './types';
export declare const cnDataListCardItem: import("@bem-react/classname").ClassNameFormatter;
export declare const DataListCardItem: import("../../../../utils/polymorphicComponentWithRef").PolymorphicComponentWithRef<DataListCardItemBaseProps, "li", "as">;