UNPKG

knoxui-react

Version:

KnoxUI is a corporate-focused React component library.

5 lines (4 loc) 166 B
import React from "react"; import { type CheckboxProps } from "../types/CheckboxProps"; declare const Checkbox: React.FC<CheckboxProps>; export default Checkbox;