claude-web/node_modules/@primeuix/themes/dist/aura/toast/index.d.ts

27 lines
1.1 KiB
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
import type { ToastTokenSections } from '@primeuix/themes/types/toast';
export * from '@primeuix/themes/types/toast';
declare const root: ToastTokenSections.Root;
declare const icon: ToastTokenSections.Icon;
declare const content: ToastTokenSections.Content;
declare const text: ToastTokenSections.Text;
declare const summary: ToastTokenSections.Summary;
declare const detail: ToastTokenSections.Detail;
declare const closeButton: ToastTokenSections.CloseButton;
declare const closeIcon: ToastTokenSections.CloseIcon;
declare const colorScheme: ToastTokenSections.ColorScheme;
declare const _default: {
root: ToastTokenSections.Root;
icon: ToastTokenSections.Icon;
content: ToastTokenSections.Content;
text: ToastTokenSections.Text;
summary: ToastTokenSections.Summary;
detail: ToastTokenSections.Detail;
closeButton: ToastTokenSections.CloseButton;
closeIcon: ToastTokenSections.CloseIcon;
colorScheme: ToastTokenSections.ColorScheme;
};
export { closeButton, closeIcon, colorScheme, content, _default as default, detail, icon, root, summary, text };