baked-recipe-admin
Version:
Baked is an opinionated framework for .NET in backend and Nuxt in frontend. This is a recipe package that brings together all the components one needs for an Admin UI.
19 lines (15 loc) • 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 };