UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

10 lines (9 loc) 296 B
import { Path, ValueProps } from '../../types'; export type Props = ValueProps<string> & { dataPath?: Path; }; declare function Selection(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace Selection { var _supportsSpacingProps: boolean; } export default Selection;