UNPKG

@re-flex/ui

Version:
5 lines (4 loc) 149 B
import { SwitchProps } from "@re-flex/styled/Switch"; import React from "react"; declare const Switch: React.FC<SwitchProps>; export default Switch;