claude-web/node_modules/@primeuix/themes/dist/lara/badge/index.d.ts

21 lines
698 B
TypeScript

import type { BadgeTokenSections } from '@primeuix/themes/types/badge';
export * from '@primeuix/themes/types/badge';
declare const root: BadgeTokenSections.Root;
declare const dot: BadgeTokenSections.Dot;
declare const sm: BadgeTokenSections.Sm;
declare const lg: BadgeTokenSections.Lg;
declare const xl: BadgeTokenSections.Xl;
declare const colorScheme: BadgeTokenSections.ColorScheme;
declare const _default: {
root: BadgeTokenSections.Root;
dot: BadgeTokenSections.Dot;
sm: BadgeTokenSections.Sm;
lg: BadgeTokenSections.Lg;
xl: BadgeTokenSections.Xl;
colorScheme: BadgeTokenSections.ColorScheme;
};
export { colorScheme, _default as default, dot, lg, root, sm, xl };