UNPKG
vue-loading-skeleton
Version:
latest (1.1.9)
next (2.0.0-beta.1)
2.0.0-beta.1
1.1.9
1.1.8
1.1.7
1.1.6
1.1.5
1.0.5
1.0.0
Make beautiful loading skeleton that automatically adapt your vue app.
vue-loading-skeleton
/
types
/
skeleton-theme.d.ts
16 lines
(11 loc)
•
270 B
TypeScript
View Raw
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
declare class PuSkeletonTheme {
/** Color of skeleton */
color
: string;
/** animation highlight of skeleton */
highlight: string;
/** animation duration time */
duration: number;
/** container tag name */
tag: any; } export default PuSkeletonTheme;