UNPKG

@itgold/grandbazar-ui-kit

Version:

Grandbazar.io UI component library: React, Typescript, Tailwind, Rollup, Storybook, Jest.

3 lines (2 loc) 236 B
import { TCheckboxProps } from '@/components/input/types/TCheckboxProps'; export declare function InputToggle({ type, disabled, size, className, id, theme, checked, onChange, }: TCheckboxProps): import("react/jsx-runtime").JSX.Element;