UNPKG

@gravity-ui/uikit

Version:

Gravity UI base styling and components

10 lines (9 loc) 382 B
import type { ProgressTheme, ProgressWithValueProps, Stack } from "./types.js"; type ThemeWithCustomColor = { theme: ProgressTheme; color?: string; }; export declare function getOffset(value: number): number; export declare function getValueFromStack(stack: Stack[]): number; export declare function getTheme(props: ProgressWithValueProps): ThemeWithCustomColor; export {};