mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-04-17 22:44:18 +08:00
Errors missed by tslint
This commit is contained in:
3
types/reactstrap/lib/Progress.d.ts
vendored
3
types/reactstrap/lib/Progress.d.ts
vendored
@@ -1,3 +1,4 @@
|
||||
import * as React from 'react';
|
||||
import { CSSModule } from '../index';
|
||||
|
||||
export type ProgressProps<T = {}> = React.HTMLAttributes<HTMLElement> & {
|
||||
@@ -14,5 +15,5 @@ export type ProgressProps<T = {}> = React.HTMLAttributes<HTMLElement> & {
|
||||
barClassName?: string;
|
||||
} & T;
|
||||
|
||||
declare class Progress<T = {[key: string]: any}> extends React.Component<ProgressProps<T>> {};
|
||||
declare class Progress<T = {[key: string]: any}> extends React.Component<ProgressProps<T>> {}
|
||||
export default Progress;
|
||||
|
||||
Reference in New Issue
Block a user