UNPKG

infinity-forge

Version:
6 lines (5 loc) 137 B
import { InputProps } from '../interfaces.js'; export type IInputSwitch = { color?: string; design?: "checkbox"; } & InputProps;