UNPKG

retro-react

Version:

A React component library for building retro-style websites

18 lines (17 loc) 998 B
/// <reference types="react" /> import type { CheckboxColor } from './Checkbox'; export declare const Checkbox: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { $color: CheckboxColor; }, import("react").DetailedHTMLProps<import("react").InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, {}>; export declare const CheckboxWrapper: import("@emotion/styled").StyledComponent<import("theme-ui").BoxProps & import("react").RefAttributes<HTMLElement> & { theme?: import("@emotion/react").Theme | undefined; }, {}, {}>; export declare const CheckboxLabel: import("@emotion/styled").StyledComponent<{ theme?: import("@emotion/react").Theme | undefined; as?: import("react").ElementType<any> | undefined; } & { $color: CheckboxColor; }, import("react").DetailedHTMLProps<import("react").LabelHTMLAttributes<HTMLLabelElement>, HTMLLabelElement>, {}>;