UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

7 lines (6 loc) 252 B
import type * as React from 'react'; export interface ProgressInnerTextProps { text?: React.ReactNode; offset?: number; } export declare function ProgressInnerText(props: ProgressInnerTextProps): import("react/jsx-runtime").JSX.Element | null;