Skip to content

Commit

Permalink
chore: export all types of Skeleton (#219)
Browse files Browse the repository at this point in the history
  • Loading branch information
TinaPeach authored Dec 28, 2023
1 parent 4221855 commit ba0f557
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 2 additions & 0 deletions packages/arcodesign/components/skeleton/type.ts
Original file line number Diff line number Diff line change
@@ -1,5 +1,7 @@
import { BaseProps, SimpleBaseProps } from '../_helpers';

export { BaseProps, SimpleBaseProps };

export interface SkeletonProps extends SimpleBaseProps {
/**
* 是否显示标题占位图
Expand Down
2 changes: 1 addition & 1 deletion packages/arcodesign/components/tabs/demo/extra.md
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ export default function TabsDemo() {
transform: rotate(180deg);
}
.arco-theme-dark & {
background: linear-gradient(270deg, @dark-background-color 66.04%, rgba(@dark-background-color, 0) 105%);
background: linear-gradient(270deg, #17171A 66.04%, rgba(#17171A, 0) 105%);
}
}
.demo-tab-content {
Expand Down

0 comments on commit ba0f557

Please sign in to comment.