UNPKG

vant

Version:

Mobile UI Components built on Vue

4 lines (3 loc) 140 B
type ObjectIndex = Record<string, unknown>; export declare function deepAssign(to: ObjectIndex, from: ObjectIndex): ObjectIndex; export {};