UNPKG

carpooluikit

Version:
6 lines (5 loc) 237 B
import { CheckboxProps } from "./types"; declare const Checkbox: import("styled-components").StyledComponent<"input", import("styled-components").DefaultTheme, { type: "checkbox"; } & CheckboxProps, "type">; export default Checkbox;