Jesus sucks
This commit is contained in:
9
backend/frontend/node_modules/react-bootstrap/esm/ToastContainer.d.ts
generated
vendored
Normal file
9
backend/frontend/node_modules/react-bootstrap/esm/ToastContainer.d.ts
generated
vendored
Normal file
@@ -0,0 +1,9 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
export type ToastPosition = 'top-start' | 'top-center' | 'top-end' | 'middle-start' | 'middle-center' | 'middle-end' | 'bottom-start' | 'bottom-center' | 'bottom-end';
|
||||
export interface ToastContainerProps extends BsPrefixProps, React.HTMLAttributes<HTMLElement> {
|
||||
position?: ToastPosition;
|
||||
containerPosition?: string;
|
||||
}
|
||||
declare const ToastContainer: BsPrefixRefForwardingComponent<'div', ToastContainerProps>;
|
||||
export default ToastContainer;
|
||||
Reference in New Issue
Block a user