UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

6 lines (5 loc) 227 B
import type { Stack } from "./types.js"; export interface ProgressStackItemProps { item: Stack; } export declare function ProgressStackItem({ item }: ProgressStackItemProps): import("react/jsx-runtime").JSX.Element | null;