UNPKG

shadcn-react

Version:
6 lines (5 loc) 190 B
import { ComponentPropsWithoutRef } from 'react'; import { Progress } from '../ui'; export interface ProgressProps extends ComponentPropsWithoutRef<typeof Progress> { } export { Progress };