UNPKG

dgz-ui

Version:

Custom ui library using React.js, Shadcn/ui, TailwindCSS, Typescript

5 lines 317 B
import * as React from 'react'; import * as ProgressPrimitive from '@radix-ui/react-progress'; declare function Progress({ className, value, children, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Progress }; //# sourceMappingURL=progress.d.ts.map