UNPKG

@eccenca/gui-elements

Version:

GUI elements based on other libraries, usable in React application, written in Typescript.

4 lines (3 loc) 222 B
import { ProgressBarProps as BlueprintProgressBarProps } from "@blueprintjs/core"; export declare const ProgressBar: import("react").FC<BlueprintProgressBarProps>; export type ProgressBarProps = BlueprintProgressBarProps;