UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

3 lines (2 loc) 180 B
import type { ProgressWithValueProps } from "./types.js"; export declare function ProgressWithValue(props: ProgressWithValueProps): import("react/jsx-runtime").JSX.Element | null;