UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 304 B
import React from 'react'; import { SwitchProps } from './Switch.types'; declare const SwitchComponent: React.ForwardRefExoticComponent<SwitchProps & React.RefAttributes<HTMLButtonElement>>; export { Theme as SwitchTheme, Size as SwitchSize, } from './Switch.types'; export default SwitchComponent;