Jesus sucks
This commit is contained in:
11
backend/frontend/node_modules/react-bootstrap/esm/Stack.d.ts
generated
vendored
Normal file
11
backend/frontend/node_modules/react-bootstrap/esm/Stack.d.ts
generated
vendored
Normal file
@@ -0,0 +1,11 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
import { GapValue } from './types';
|
||||
import { ResponsiveUtilityValue } from './createUtilityClasses';
|
||||
export 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;
|
||||
Reference in New Issue
Block a user