primevue-mirror/components/lib/inputotp/style/InputOtpStyle.d.ts

18 lines
345 B
TypeScript
Raw Normal View History

/**
*
* InputOtp is used to enter one time passwords.
*
* [Live Demo](https://www.primevue.org/inputotp/)
*
* @module inputotpstyle
*
*/
2024-02-21 18:38:16 +00:00
import { BaseStyle } from '../../base/style/BaseStyle';
export enum InputOtpClasses {
root = 'p-inputotp',
pcInput = 'p-inputotp-input'
}
2024-02-21 18:38:16 +00:00
export interface InputOtpStyle extends BaseStyle {}