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) • 380 B
TypeScript
import type { InputOtpTokenSections } from '@primeuix/themes/types/inputotp';
export * from '@primeuix/themes/types/inputotp';
declare const root: InputOtpTokenSections.Root;
declare const input: InputOtpTokenSections.Input;
declare const _default: {
root: InputOtpTokenSections.Root;
input: InputOtpTokenSections.Input;
};
export { _default as default, input, root };