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

17 lines
566 B
TypeScript
Raw Normal View History

2026-02-23 02:23:38 +00:00
import type { ImageTokenSections } from '@primeuix/themes/types/image';
export * from '@primeuix/themes/types/image';
declare const root: ImageTokenSections.Root;
declare const preview: ImageTokenSections.Preview;
declare const toolbar: ImageTokenSections.Toolbar;
declare const action: ImageTokenSections.Action;
declare const _default: {
root: ImageTokenSections.Root;
preview: ImageTokenSections.Preview;
toolbar: ImageTokenSections.Toolbar;
action: ImageTokenSections.Action;
};
export { action, _default as default, preview, root, toolbar };