UNPKG

@ozen-ui/kit

Version:

React component library

5 lines (4 loc) 363 B
import React from 'react'; import type { ListCardItemLeadingCheckboxProps } from './types'; export declare const cnListCardItemLeadingCheckbox: import("@bem-react/classname").ClassNameFormatter; export declare const ListCardItemLeadingCheckbox: React.ForwardRefExoticComponent<Omit<ListCardItemLeadingCheckboxProps, "ref"> & React.RefAttributes<HTMLDivElement>>;