UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

9 lines (6 loc) 354 B
import * as react_jsx_runtime from 'react/jsx-runtime'; import * as React from 'react'; import { Progress as Progress$1 } from 'radix-ui'; type ProgressProps = React.ComponentProps<typeof Progress$1.Root>; declare function Progress({ className, value, ...props }: ProgressProps): react_jsx_runtime.JSX.Element; export { Progress, type ProgressProps };