UNPKG

@dicebear/avatars

Version:

An avatar library for designers and developers.

4 lines (3 loc) 186 B
import { StyleSchema } from '../types'; export declare function defaults(schema: StyleSchema): Record<string, unknown>; export declare function aliases(schema: StyleSchema): string[][];