ValidationIcon: DefineComponent<{
    errors: {
        required: true;
        type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
    };
}, {
    icons: {
        current: ComputedRef<IconAliases>;
    };
}, unknown, {}, {}, ComponentOptionsMixin, ComponentOptionsMixin, {}, string, PublicProps, Readonly<ExtractPropTypes<{
    errors: {
        required: true;
        type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
    };
}>>, {}, {}>

Type declaration

  • errors: {
        required: true;
        type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>;
    }
    • required: true
    • type: PropType<ErrorObject<string, Record<string, any>, unknown>[]>

Type declaration

Type declaration

    Type declaration

      Type declaration

        Type declaration

          Type declaration