UNPKG

adizen-tanstack-table

Version:

Enhanced DataTable with TanStack Table

5 lines (4 loc) 269 B
import * as React from "react"; import * as ProgressPrimitive from "@radix-ui/react-progress"; declare function Progress({ className, value, ...props }: React.ComponentProps<typeof ProgressPrimitive.Root>): import("react/jsx-runtime").JSX.Element; export { Progress };