Jesus sucks
This commit is contained in:
13
backend/frontend/node_modules/react-bootstrap/cjs/Table.d.ts
generated
vendored
Normal file
13
backend/frontend/node_modules/react-bootstrap/cjs/Table.d.ts
generated
vendored
Normal file
@@ -0,0 +1,13 @@
|
||||
import * as React from 'react';
|
||||
import { BsPrefixOnlyProps } from './helpers';
|
||||
export interface TableProps extends BsPrefixOnlyProps, React.TableHTMLAttributes<HTMLTableElement> {
|
||||
striped?: boolean | string;
|
||||
bordered?: boolean;
|
||||
borderless?: boolean;
|
||||
hover?: boolean;
|
||||
size?: string;
|
||||
variant?: string;
|
||||
responsive?: boolean | string;
|
||||
}
|
||||
declare const Table: React.ForwardRefExoticComponent<TableProps & React.RefAttributes<HTMLTableElement>>;
|
||||
export default Table;
|
||||
Reference in New Issue
Block a user