UNPKG

@navinc/base-react-components

Version:
4 lines (3 loc) 70 B
export type TargetValue<T, U> = Omit<T, 'value'> & { value: U; };