UNPKG

tm-reuseable-components

Version:

This is a reuseable components lib made for TextMercato

5 lines (4 loc) 142 B
import { FC } from "react"; import { SwitchProps } from './switch.types'; declare const SwitchBox: FC<SwitchProps>; export default SwitchBox;