UNPKG

tanuki-ui

Version:

HTML-first React component library with semantic elements, multi-OS themes, and production-ready visual node editor

4 lines (3 loc) 225 B
import { HTMLInputElementProps } from '../Input'; import * as React from "react"; export declare const SwitchInput: React.ForwardRefExoticComponent<Omit<HTMLInputElementProps, "ref"> & React.RefAttributes<HTMLInputElement>>;