UNPKG

@ray-js/components

Version:

Ray basic components

5 lines (4 loc) 139 B
import * as React from 'react'; import { SwitchProps } from './props'; declare const Switch: React.FC<SwitchProps>; export default Switch;