UNPKG

primevue

Version:

[![License: MIT](https://img.shields.io/badge/License-MIT-yellow.svg)](https://opensource.org/licenses/MIT) [![npm version](https://badge.fury.io/js/primevue.svg)](https://badge.fury.io/js/primevue)

12 lines (10 loc) 219 B
import Vue from 'vue'; declare class Skeleton extends Vue { shape?: string; size?: string; width?: string; height?: string; borderRadius?: string; animation?: string; } export default Skeleton;