Repository URL to install this package:
|
Version:
2.1.16 ▾
|
import React from 'react';
import { SelectionState } from '@skava/ui/dist/state/SelectionState';
import { RadioIconDropDownProps } from './typings';
declare class RadioIconDropDown extends React.Component<RadioIconDropDownProps> {
static defaultProps: {
className: string;
list: any;
};
/**
* Multi state object creation for selection state
*/
observableState: SelectionState;
componentWillMount(): void;
render(): JSX.Element;
}
export { RadioIconDropDown };
export default RadioIconDropDown;