@vinejs/vine - v4.0.0-next.1
    Preparing search index...

    Type Alias MobileOptions

    MobileOptions: { locale?: MobilePhoneLocale[] } & IsMobilePhoneOptions

    Options accepted by the mobile number validation rule. Combines locale-specific validation with additional phone number validation options.

    const options: MobileOptions = {
    locale: ['en-US', 'en-GB'],
    strictMode: true
    }