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) • 569 B
TypeScript
import type { FloatLabelTokenSections } from '@primeuix/themes/types/floatlabel';
export * from '@primeuix/themes/types/floatlabel';
declare const root: FloatLabelTokenSections.Root;
declare const over: FloatLabelTokenSections.Over;
declare const inside: FloatLabelTokenSections.In;
declare const on: FloatLabelTokenSections.On;
declare const _default: {
root: FloatLabelTokenSections.Root;
over: FloatLabelTokenSections.Over;
in: FloatLabelTokenSections.In;
on: FloatLabelTokenSections.On;
};
export { _default as default, inside, on, over, root };