UNPKG

ink-select-input

Version:
7 lines (6 loc) 183 B
import React from 'react'; export type Props = { readonly isSelected?: boolean; }; declare function Indicator({ isSelected }: Props): React.JSX.Element; export default Indicator;