UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

6 lines (5 loc) 191 B
import { GlobalColors } from '../global.types'; export interface SwitchProps extends React.InputHTMLAttributes<HTMLInputElement> { children?: React.ReactNode; color?: GlobalColors; }