UNPKG

shineout

Version:

A components library for React

5 lines (4 loc) 163 B
/// <reference types="react" /> import { SwitchProps } from './switch.type'; declare const _default: (props: SwitchProps) => JSX.Element; export default _default;