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

19 lines
721 B
TypeScript
Raw Permalink Normal View History

2026-02-23 02:23:38 +00:00
import type { PasswordTokenSections } from '@primeuix/themes/types/password';
export * from '@primeuix/themes/types/password';
declare const meter: PasswordTokenSections.Meter;
declare const icon: PasswordTokenSections.Icon;
declare const overlay: PasswordTokenSections.Overlay;
declare const content: PasswordTokenSections.Content;
declare const colorScheme: PasswordTokenSections.ColorScheme;
declare const _default: {
meter: PasswordTokenSections.Meter;
icon: PasswordTokenSections.Icon;
overlay: PasswordTokenSections.Overlay;
content: PasswordTokenSections.Content;
colorScheme: PasswordTokenSections.ColorScheme;
};
export { colorScheme, content, _default as default, icon, meter, overlay };