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.
17 lines (13 loc) • 590 B
TypeScript
import type { InputChipsTokenSections } from '@primeuix/themes/types/inputchips';
export * from '@primeuix/themes/types/inputchips';
declare const root: InputChipsTokenSections.Root;
declare const chip: InputChipsTokenSections.Chip;
declare const colorScheme: InputChipsTokenSections.ColorScheme;
declare const css: InputChipsTokenSections.CSS;
declare const _default: {
root: InputChipsTokenSections.Root;
chip: InputChipsTokenSections.Chip;
colorScheme: InputChipsTokenSections.ColorScheme;
css: string;
};
export { chip, colorScheme, css, _default as default, root };