This commit is contained in:
14
node_modules/react-topbar-progress-indicator/src/index.d.ts
generated
vendored
Normal file
14
node_modules/react-topbar-progress-indicator/src/index.d.ts
generated
vendored
Normal file
@@ -0,0 +1,14 @@
|
||||
/// <reference types="react" />
|
||||
|
||||
import * as React from "react";
|
||||
|
||||
export interface TopBarConfig {
|
||||
barThickness?: number;
|
||||
barColors?: any;
|
||||
shadowBlur?: number;
|
||||
shadowColor?: string;
|
||||
}
|
||||
|
||||
export default class TopBarProgress extends React.Component {
|
||||
static config(config: TopBarConfig): void;
|
||||
}
|
||||
Reference in New Issue
Block a user