UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

9 lines (8 loc) 382 B
import { ValueProps } from '../../types'; import { ListFormatProps } from '../../../../components/list-format'; export type Props = ValueProps<Array<number | string>> & ListFormatProps; declare function ArraySelection(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace ArraySelection { var _supportsSpacingProps: boolean; } export default ArraySelection;