UNPKG

@primeuix/themes

Version:
13 lines (9 loc) 380 B
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 };