UNPKG

@cainiaofe/cn-ui-m

Version:
5 lines (4 loc) 299 B
/// <reference types="react" /> import './index.scss'; export declare const CnCardItems: import("react").ForwardRefExoticComponent<import("./types").CnCardItemsProps & import("react").RefAttributes<import("./types").CnCardItemsRef>>; export type { CnCardItemsProps, CnCardItemsRef } from './types';