UNPKG

react-icon-checkbox

Version:
4 lines (3 loc) 166 B
/// <reference types="react" /> import { IconCheckboxProps } from "./IconCheckboxProps"; export declare function IconCheckbox(props: IconCheckboxProps): JSX.Element;