We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
CircularProgress
1 parent f82884a commit 352ef50Copy full SHA for 352ef50
lib/components/progress/index.tsx
@@ -1,2 +1,2 @@
1
-export type { ProgressProps } from './wrapper';
2
-export { Progress } from './wrapper';
+export type { CircularProgressProps, ProgressProps } from './wrapper';
+export { CircularProgress, Progress } from './wrapper';
lib/components/progress/wrapper.tsx
-export type { ProgressProps } from '@chakra-ui/react';
-export { Progress } from '@chakra-ui/react';
+export type { CircularProgressProps, ProgressProps } from '@chakra-ui/react';
+export { CircularProgress, Progress } from '@chakra-ui/react';
0 commit comments