ivt
Version:
Ivt Components Library
8 lines (5 loc) • 330 B
TypeScript
import * as react_jsx_runtime from 'react/jsx-runtime';
import * as ProgressPrimitive from '@radix-ui/react-progress';
import React__default from 'react';
declare function Progress({ className, value, ...props }: React__default.ComponentProps<typeof ProgressPrimitive.Root>): react_jsx_runtime.JSX.Element;
export { Progress };