UNPKG

shineout

Version:
8 lines (7 loc) 213 B
import Switch from './switch'; type RefSwitch = typeof Switch; export interface SwitchComponent extends RefSwitch { displayName: string; } declare const SwitchComp: SwitchComponent; export default SwitchComp;