Browse Source
* refactor(skeleton): rewrite with hook * fix(skeleton): refine lint and compile issues * fix(skeleton): refine compile issues * chore: ignore eslint warningpull/23218/head
Rustin
5 years ago
committed by
GitHub
8 changed files with 92 additions and 118 deletions
@ -1,11 +1,5 @@ |
|||
import Skeleton from './Skeleton'; |
|||
import SkeletonButton from './Button'; |
|||
import SkeletonAvatar from './Avatar'; |
|||
import SkeletonInput from './Input'; |
|||
|
|||
export { SkeletonProps } from './Skeleton'; |
|||
|
|||
Skeleton.Button = SkeletonButton; |
|||
Skeleton.Avatar = SkeletonAvatar; |
|||
Skeleton.Input = SkeletonInput; |
|||
export default Skeleton; |
|||
|
Loading…
Reference in new issue