UNPKG

vue-loading-skeleton

Version:

Make beautiful loading skeleton that automatically adapt your vue app.

16 lines (11 loc) 270 B
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;