Repository URL to install this package:
|
Version:
2.0.4 ▾
|
import { SelectableState } from 'src/state/SelectionState';
import { ActiveOptionProps } from './typings';
export declare function renderActiveItem(props: ActiveOptionProps, state: SelectableState): JSX.Element;