UNPKG

@dicebear/avatars

Version:
4 lines (3 loc) 187 B
import type { Style } from '../types'; import { SpriteCollection } from '../core.legacy'; export declare function createLegacyWrapper<O extends {}>(style: Style<O>): SpriteCollection<O>;