UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

3 lines (2 loc) 537 B
import type { SegmentedFieldSectionProps } from './types'; export default function SegmentedFieldSection({ groupId, inputId, itemProps, value, overwriteMode, delimiter, groupDelimiter, disabled, valuesRef, inputs, scopeRef, sectionRefs, caretPositionsRef, sectionSelectionModeRef, wholeGroupSelectionUi, clearGroupSelection, clearSectionSelection, selectWholeGroup, selectSection, setSectionCaret, focusSection, onChange, onGroupFocus, onGroupBlur, ...sharedProps }: SegmentedFieldSectionProps): import("react/jsx-runtime").JSX.Element;