UNPKG

@dicebear/avataaars-neutral

Version:

Avatar style for DiceBear

15 lines (14 loc) 519 B
/** * Do not change this file manually! This file was generated with the "Dicebear Exporter"-Plugin for Figma. * * Plugin: https://www.figma.com/community/plugin/1005765655729342787 * File: https://www.figma.com/file/HBLdITkkTnLs4M09BmCe4h */ import type { Prng } from '@dicebear/core'; import type { Options, ComponentPickCollection } from '../types.js'; type Props = { prng: Prng; options: Options; }; export declare function getComponents({ prng, options, }: Props): ComponentPickCollection; export {};