/** * React components for avatar generation * * @example * ```tsx * import { AvatarDigiDoodle } from 'eigen-avatar-generator/react'; * * function App() { * return ; * } * ``` */ export { AvatarDigiDoodle } from './AvatarDigiDoodle.js'; export type { AvatarDigiDoodleProps } from './AvatarDigiDoodle.js'; export { AvatarInterference } from './AvatarInterference.js'; export type { AvatarInterferenceProps } from './AvatarInterference.js'; export { AvatarPlasma } from './AvatarPlasma.js'; export type { AvatarPlasmaProps } from './AvatarPlasma.js'; export { AvatarSmile } from './AvatarSmile.js'; export type { AvatarSmileProps } from './AvatarSmile.js'; export { AvatarPixels } from './AvatarPixels.js'; export type { AvatarPixelsProps } from './AvatarPixels.js'; //# sourceMappingURL=index.d.ts.map