UNPKG

@i-novus/ui-core

Version:

Базовые UI компоненты

4 lines (3 loc) 222 B
/// <reference types="react" /> import { CheckboxProps } from './index.types'; export declare const CheckboxBody: import("react").ForwardRefExoticComponent<CheckboxProps & import("react").RefAttributes<HTMLInputElement>>;