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

19 lines
631 B
TypeScript

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 css: ImageTokenSections.CSS;
declare const _default: {
root: ImageTokenSections.Root;
preview: ImageTokenSections.Preview;
toolbar: ImageTokenSections.Toolbar;
action: ImageTokenSections.Action;
css: string;
};
export { action, css, _default as default, preview, root, toolbar };