@dnb/eufemia
Version:
DNB Eufemia Design System UI Library
6 lines (5 loc) • 353 B
TypeScript
import type { ValueProps } from '../../types';
import type { ListFormatProps } from '../../../../components/list-format';
export type ValueArraySelectionProps = ValueProps<Array<number | string>> & ListFormatProps;
declare function ArraySelection(props: ValueArraySelectionProps): import("react/jsx-runtime").JSX.Element;
export default ArraySelection;