UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

5 lines (4 loc) 249 B
import React from 'react'; import { UserPickerProps } from './UserPicker.types'; declare const UserPickerComponent: React.ForwardRefExoticComponent<UserPickerProps<any> & React.RefAttributes<HTMLDivElement>>; export default UserPickerComponent;