HEX
Server: Apache/2.4.52 (Ubuntu)
System: Linux spn-python 5.15.0-89-generic #99-Ubuntu SMP Mon Oct 30 20:42:41 UTC 2023 x86_64
User: arjun (1000)
PHP: 8.1.2-1ubuntu2.20
Disabled: NONE
Upload Files
File: //home/arjun/projects/buyercall/node_modules/bootstrap-vue-next/dist/src/components/BRow.vue.d.ts
import { type PropType, type SlotsType } from 'vue';
import type { AlignmentContent, AlignmentJustifyContent, AlignmentVertical, Booleanish } from '../types';
declare const _default: import("vue").DefineComponent<{
    tag: {
        type: StringConstructor;
        default: string;
    };
    gutterX: {
        type: StringConstructor;
        default: null;
    };
    gutterY: {
        type: StringConstructor;
        default: null;
    };
    noGutters: {
        type: PropType<Booleanish>;
        default: boolean;
    };
    alignV: {
        type: PropType<AlignmentVertical>;
        default: null;
    };
    alignH: {
        type: PropType<AlignmentJustifyContent>;
        default: null;
    };
    alignContent: {
        type: PropType<AlignmentContent>;
        default: null;
    };
}, {
    computedClasses: import("vue").ComputedRef<(string[] | {
        [x: string]: boolean;
        'g-0': boolean;
    })[]>;
}, unknown, {}, {}, import("vue").ComponentOptionsMixin, import("vue").ComponentOptionsMixin, {}, string, import("vue").VNodeProps & import("vue").AllowedComponentProps & import("vue").ComponentCustomProps, Readonly<import("vue").ExtractPropTypes<{
    tag: {
        type: StringConstructor;
        default: string;
    };
    gutterX: {
        type: StringConstructor;
        default: null;
    };
    gutterY: {
        type: StringConstructor;
        default: null;
    };
    noGutters: {
        type: PropType<Booleanish>;
        default: boolean;
    };
    alignV: {
        type: PropType<AlignmentVertical>;
        default: null;
    };
    alignH: {
        type: PropType<AlignmentJustifyContent>;
        default: null;
    };
    alignContent: {
        type: PropType<AlignmentContent>;
        default: null;
    };
}>>, {
    gutterX: string;
    gutterY: string;
    tag: string;
    noGutters: Booleanish;
    alignV: AlignmentVertical;
    alignH: AlignmentJustifyContent;
    alignContent: AlignmentContent;
}, SlotsType<{
    default?: Record<string, never> | undefined;
}>>;
export default _default;