Repository URL to install this package:
|
Version:
2.7.3 ▾
|
@skava/ui
/
dist
/
components
/
molecules
/
SelectDropDown
/
ActiveOption
/
_circularRenderProp.d.ts
|
|---|
import { SelectableState } from 'src/state/SelectionState';
import { ActiveOptionProps } from './typings';
export declare function renderActiveItem(props: ActiveOptionProps, state: SelectableState): JSX.Element;