UNPKG

@telsystems/common

Version:
14 lines (13 loc) 646 B
import * as React from 'react'; import { CDomainSelector } from './CDomainSelector'; import { MDomainSelector } from './MDomainSelector'; import { IDomainSelectorComponentProps } from './IDomainSelectorComponentProps'; import { IDomainSelectorComponentState } from './IDomainSelectorComponentState'; export declare class DomainSelector extends React.PureComponent<IDomainSelectorComponentProps, IDomainSelectorComponentState> { controller: CDomainSelector<MDomainSelector>; constructor(props: any, context: any); componentWillReceiveProps(): void; render(): JSX.Element; private onDropdownOpen; private onDropdownClose; }