mirror of
https://github.com/henrywhitaker3/Speedtest-Tracker.git
synced 2026-01-04 20:14:52 +01:00
Updated to v1.7.8
This commit is contained in:
3
conf/site/node_modules/react-bootstrap/cjs/Button.d.ts
generated
vendored
3
conf/site/node_modules/react-bootstrap/cjs/Button.d.ts
generated
vendored
@@ -1,12 +1,13 @@
|
||||
import React from 'react';
|
||||
import { BsPrefixPropsWithChildren, BsPrefixRefForwardingComponent } from './helpers';
|
||||
import { ButtonVariant } from './types';
|
||||
export declare type ButtonType = 'button' | 'reset' | 'submit' | string;
|
||||
export interface ButtonProps extends React.HTMLAttributes<HTMLElement>, BsPrefixPropsWithChildren {
|
||||
active?: boolean;
|
||||
block?: boolean;
|
||||
variant?: ButtonVariant;
|
||||
size?: 'sm' | 'lg';
|
||||
type?: 'button' | 'reset' | 'submit' | string;
|
||||
type?: ButtonType;
|
||||
href?: string;
|
||||
disabled?: boolean;
|
||||
target?: any;
|
||||
|
||||
Reference in New Issue
Block a user