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

19 lines
665 B
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
import type { DialogTokenSections } from '@primeuix/themes/types/dialog';
export * from '@primeuix/themes/types/dialog';
declare const root: DialogTokenSections.Root;
declare const header: DialogTokenSections.Header;
declare const title: DialogTokenSections.Title;
declare const content: DialogTokenSections.Content;
declare const footer: DialogTokenSections.Footer;
declare const _default: {
root: DialogTokenSections.Root;
header: DialogTokenSections.Header;
title: DialogTokenSections.Title;
content: DialogTokenSections.Content;
footer: DialogTokenSections.Footer;
};
export { content, _default as default, footer, header, root, title };