UNPKG

@tabula/ui-selector

Version:

Selector allow users to choose a single option from a collapsible list of options when space is limited

7 lines (6 loc) 317 B
import { ReactNode } from 'react'; import { Item } from '../Selector.types'; export declare function TriggerContent({ content, contentClassName, leftIcon: LeftIcon, rightIcon: RightIcon, skipLeftIcon, skipRightIcon, title, }: Item): ReactNode; export declare namespace TriggerContent { var displayName: string; }