Skip to content

Commit 352ef50

Browse files
feat(components/progress): add CircularProgress
1 parent f82884a commit 352ef50

File tree

2 files changed

+4
-4
lines changed

2 files changed

+4
-4
lines changed

lib/components/progress/index.tsx

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type { ProgressProps } from './wrapper';
2-
export { Progress } from './wrapper';
1+
export type { CircularProgressProps, ProgressProps } from './wrapper';
2+
export { CircularProgress, Progress } from './wrapper';
Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,2 @@
1-
export type { ProgressProps } from '@chakra-ui/react';
2-
export { Progress } from '@chakra-ui/react';
1+
export type { CircularProgressProps, ProgressProps } from '@chakra-ui/react';
2+
export { CircularProgress, Progress } from '@chakra-ui/react';

0 commit comments

Comments
 (0)