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) • 669 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 _default: {
root: ChipTokenSections.Root;
image: ChipTokenSections.Image;
icon: ChipTokenSections.Icon;
removeIcon: ChipTokenSections.RemoveIcon;
colorScheme: ChipTokenSections.ColorScheme;
};
export { colorScheme, _default as default, icon, image, removeIcon, root };