UNPKG

@voiceiq/web-components

Version:

VoiceIQ Web Component library

6 lines (5 loc) 336 B
import React from 'react'; import { SelectProps } from './Select.types'; declare const SelectComponent: React.ForwardRefExoticComponent<SelectProps<any> & React.RefAttributes<HTMLDivElement>>; export { Theme as SelectTheme, Variant as SelectVariant, Margin as SelectMargin, } from './Select.types'; export default SelectComponent;