13 lines
380 B
TypeScript
13 lines
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 };
|