Viewing File: /home/ubuntu/misabloom-frontend-base/node_modules/react-bootstrap/cjs/Stack.d.ts

import * as React from 'react';
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
import { GapValue } from './types';
import { ResponsiveUtilityValue } from './createUtilityClasses';
export declare type StackDirection = 'horizontal' | 'vertical';
export interface StackProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
    direction?: StackDirection;
    gap?: ResponsiveUtilityValue<GapValue>;
}
declare const Stack: BsPrefixRefForwardingComponent<'span', StackProps>;
export default Stack;
Back to Directory File Manager