File size: 201 Bytes
87337b1
 
 
 
 
 
 
1
2
3
4
5
6
7
import * as ProgressPrimitive from "@radix-ui/react-progress";


const Progress = ProgressPrimitive.Root;
const ProgressIndicator = ProgressPrimitive.Indicator;

export { Progress, ProgressIndicator };