UNPKG

@lunalytics/ui

Version:

React based component library created to be used in Lunalytics

7 lines (6 loc) 227 B
import { SwitchProps } from '../../types/components/switch'; declare const Switch: { ({ children, color, ...props }: SwitchProps): import("react/jsx-runtime").JSX.Element; displayName: string; }; export default Switch;