UNPKG

@arcadedefi/arcade-uikit

Version:

Set of UI components for pancake projects

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;