UNPKG

welcome-ui

Version:

Customizable design system with react • styled-components • styled-system and ariakit.

8 lines (7 loc) 731 B
import { CheckboxProps } from './index'; import * as Ariakit from '@ariakit/react'; export declare const Checkbox: import('styled-components/dist/types').IStyledComponentBase<"web", import('styled-components/dist/types').Substitute<Ariakit.CheckboxOptions<"input"> & Omit<Omit<import('react').DetailedHTMLProps<import('react').InputHTMLAttributes<HTMLInputElement>, HTMLInputElement>, "ref"> & { ref?: import('react').Ref<HTMLInputElement>; }, keyof Ariakit.CheckboxOptions<T>> & { [index: `data-${string}`]: unknown; }, CheckboxProps>> & string & Omit<(props: Ariakit.CheckboxProps) => import('react').ReactElement<any, string | import('react').JSXElementConstructor<any>>, keyof import('react').Component<any, {}, any>>;