UNPKG

@cainiaofe/cn-ui-m

Version:
9 lines (8 loc) 287 B
import type { CnFormArrayCardProps } from '../types/form-array-card-props'; type Props = { defaultCardTitle: string; item: unknown; index: number; } & Pick<CnFormArrayCardProps, 'title'>; export declare const getTitle: (props: Props) => import("react").ReactNode; export {};