UNPKG

@szum-tech/design-system

Version:

Szum-Tech design system with tailwindcss support

8 lines (5 loc) 286 B
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.Element; export { Progress, type ProgressProps };