UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

8 lines (7 loc) 306 B
import { Props as ValueProps } from '../../ValueBlock'; export type Props = Omit<ValueProps, 'layout'>; declare function CompositionValue(props: Props): import("react/jsx-runtime").JSX.Element; declare namespace CompositionValue { var _supportsSpacingProps: boolean; } export default CompositionValue;