Jesus sucks
This commit is contained in:
10
backend/frontend/node_modules/react-bootstrap/esm/DropdownContext.d.ts
generated
vendored
Normal file
10
backend/frontend/node_modules/react-bootstrap/esm/DropdownContext.d.ts
generated
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import * as React from 'react';
|
||||
import { AlignType } from './types';
|
||||
export type DropDirection = 'up' | 'up-centered' | 'start' | 'end' | 'down' | 'down-centered';
|
||||
export type DropdownContextValue = {
|
||||
align?: AlignType;
|
||||
drop?: DropDirection;
|
||||
isRTL?: boolean;
|
||||
};
|
||||
declare const DropdownContext: React.Context<DropdownContextValue>;
|
||||
export default DropdownContext;
|
||||
Reference in New Issue
Block a user