claude-web/node_modules/@primeuix/themes/dist/material/avatar/index.d.ts

21 lines
676 B
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
import type { AvatarTokenSections } from '@primeuix/themes/types/avatar';
export * from '@primeuix/themes/types/avatar';
declare const root: AvatarTokenSections.Root;
declare const icon: AvatarTokenSections.Icon;
declare const group: AvatarTokenSections.Group;
declare const lg: AvatarTokenSections.Lg;
declare const xl: AvatarTokenSections.Xl;
declare const css: AvatarTokenSections.CSS;
declare const _default: {
root: AvatarTokenSections.Root;
icon: AvatarTokenSections.Icon;
group: AvatarTokenSections.Group;
lg: AvatarTokenSections.Lg;
xl: AvatarTokenSections.Xl;
css: string;
};
export { css, _default as default, group, icon, lg, root, xl };