UNPKG

antd

Version:

An enterprise-class UI design language and React components implementation

5 lines (4 loc) 225 B
/** * Fill object structure by schema, initialize empty objects for keys with `_default` property. */ export declare const fillObjectBySchema: (obj: Record<string, any>, schema: Record<string, any>) => Record<string, any>;