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.
15 lines (11 loc) • 510 B
TypeScript
import type { SelectButtonTokenSections } from '@primeuix/themes/types/selectbutton';
export * from '@primeuix/themes/types/selectbutton';
declare const root: SelectButtonTokenSections.Root;
declare const colorScheme: SelectButtonTokenSections.ColorScheme;
declare const css: SelectButtonTokenSections.CSS;
declare const _default: {
root: SelectButtonTokenSections.Root;
colorScheme: SelectButtonTokenSections.ColorScheme;
css: string;
};
export { colorScheme, css, _default as default, root };