UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

4 lines (3 loc) 240 B
import { ValueProps } from '../types'; export type Props<Value> = ValueProps<Value>; export default function useValueProps<Value = unknown, Props extends ValueProps<Value> = ValueProps<Value>>(localProps: Props): Props & ValueProps<Value>;