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.
21 lines (17 loc) • 733 B
TypeScript
import type { ChipTokenSections } from '@primeuix/themes/types/chip';
export * from '@primeuix/themes/types/chip';
declare const root: ChipTokenSections.Root;
declare const image: ChipTokenSections.Image;
declare const icon: ChipTokenSections.Icon;
declare const removeIcon: ChipTokenSections.RemoveIcon;
declare const colorScheme: ChipTokenSections.ColorScheme;
declare const css: ChipTokenSections.CSS;
declare const _default: {
root: ChipTokenSections.Root;
image: ChipTokenSections.Image;
icon: ChipTokenSections.Icon;
removeIcon: ChipTokenSections.RemoveIcon;
colorScheme: ChipTokenSections.ColorScheme;
css: string;
};
export { colorScheme, css, _default as default, icon, image, removeIcon, root };