UNPKG

bootstrap-vue-next

Version:

Seamless integration of Vue 3, Bootstrap 5, and TypeScript for modern, type-safe UI development

35 lines (34 loc) 1.37 kB
import { BFormOtpProps } from '../../types'; type __VLS_Props = Omit<BFormOtpProps, 'modelValue'>; type __VLS_ModelProps = { modelValue?: BFormOtpProps['modelValue']; }; type __VLS_PublicProps = __VLS_Props & __VLS_ModelProps; declare const __VLS_export: import('vue').DefineComponent<__VLS_PublicProps, {}, {}, {}, {}, import('vue').ComponentOptionsMixin, import('vue').ComponentOptionsMixin, { "update:modelValue": (value: string[] | null | undefined) => any; complete: (value: string[]) => any; }, string, import('vue').PublicProps, Readonly<__VLS_PublicProps> & Readonly<{ "onUpdate:modelValue"?: ((value: string[] | null | undefined) => any) | undefined; onComplete?: ((value: string[]) => any) | undefined; }>, { type: "text" | "number"; disabled: boolean; ariaInvalid: import('../..').AriaInvalid; autofocus: boolean; form: string; id: string; name: string; placeholder: string; plaintext: boolean; readonly: boolean; required: boolean; size: import('../..').Size; state: import('../..').ValidationState; ariaLabel: string; length: import('../../types/CommonTypes').Numberish; mask: boolean; dir: "ltr" | "rtl"; otp: boolean; }, {}, {}, {}, string, import('vue').ComponentProvideOptions, false, {}, any>; declare const _default: typeof __VLS_export; export default _default;