Repository URL to install this package:
Version:
0.9.6 ▾
|
ui-component-library
/
dist
/
typings
/
src
/
components
/
molecules
/
SelectDropDown
/
SelectDropDown.d.ts
|
---|
import React from 'react';
import { SelectProps } from './typings';
declare class SelectDropDown extends React.PureComponent<SelectProps> {
dom: HTMLElement;
handleOnChange: (event: any) => void;
componentWillMount(): void;
setRef: (node: any) => void;
render(): JSX.Element;
}
export { SelectDropDown };
export default SelectDropDown;