UNPKG

@dnb/eufemia

Version:

DNB Eufemia Design System UI Library

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