Jesus sucks
This commit is contained in:
13
backend/frontend/node_modules/react-bootstrap/esm/ListGroup.d.ts
generated
vendored
Normal file
13
backend/frontend/node_modules/react-bootstrap/esm/ListGroup.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import { NavProps as BaseNavProps } from '@restart/ui/Nav';
|
||||
import { EventKey } from '@restart/ui/types';
|
||||
import { BsPrefixProps, BsPrefixRefForwardingComponent } from './helpers';
|
||||
export interface ListGroupProps extends BsPrefixProps, BaseNavProps {
|
||||
variant?: 'flush' | string;
|
||||
horizontal?: boolean | string | 'sm' | 'md' | 'lg' | 'xl' | 'xxl';
|
||||
defaultActiveKey?: EventKey;
|
||||
numbered?: boolean;
|
||||
}
|
||||
declare const _default: BsPrefixRefForwardingComponent<"div", ListGroupProps> & {
|
||||
Item: BsPrefixRefForwardingComponent<"a", import("./ListGroupItem").ListGroupItemProps>;
|
||||
};
|
||||
export default _default;
|
||||
Reference in New Issue
Block a user