Skip to content

Commit

Permalink
fix: export type from Skeleton
Browse files Browse the repository at this point in the history
  • Loading branch information
ziqisia committed Feb 26, 2024
1 parent 39ce7e9 commit 5dbb655
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/arcodesign/components/skeleton/type.ts
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
import { BaseProps, SimpleBaseProps } from '../_helpers';

export { BaseProps, SimpleBaseProps };
export type { BaseProps, SimpleBaseProps };

export interface SkeletonProps extends SimpleBaseProps {
/**
Expand Down

0 comments on commit 5dbb655

Please sign in to comment.