UNPKG

react95

Version:

Refreshed Windows95 UI components for modern web apps - React95

9 lines 449 B
/// <reference types="react" /> import { HandleProps } from '../Handle/Handle'; /** @deprecated Use `HandleProps` */ export declare type BarProps = HandleProps; /** @deprecated Use `Handle` */ export declare const Bar: import("styled-components").StyledComponent<"div", any, { size?: string | number | undefined; } & import("react").HTMLAttributes<HTMLDivElement> & import("../types").CommonStyledProps, never>; //# sourceMappingURL=Bar.d.ts.map