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.
13 lines (9 loc) • 438 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 _default: {
root: SelectButtonTokenSections.Root;
colorScheme: SelectButtonTokenSections.ColorScheme;
};
export { colorScheme, _default as default, root };