first
This commit is contained in:
10
types/react-bootstrap.d.ts
vendored
Normal file
10
types/react-bootstrap.d.ts
vendored
Normal file
@@ -0,0 +1,10 @@
|
||||
import { ElementType } from 'react';
|
||||
import { To } from 'react-router-dom';
|
||||
|
||||
declare module 'react-bootstrap' {
|
||||
interface ButtonProps {
|
||||
as?: ElementType;
|
||||
to?: To;
|
||||
htmlFor?: string;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user