You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
469 B
27 lines
469 B
11 months ago
|
'use strict';
|
||
|
|
||
|
Object.defineProperty(exports, '__esModule', { value: true });
|
||
|
|
||
|
var props = require('../../../utils/props.js');
|
||
|
|
||
|
const skeletonItemProps = props.buildProps({
|
||
|
variant: {
|
||
|
type: String,
|
||
|
values: [
|
||
|
"circle",
|
||
|
"rect",
|
||
|
"h1",
|
||
|
"h3",
|
||
|
"text",
|
||
|
"caption",
|
||
|
"p",
|
||
|
"image",
|
||
|
"button"
|
||
|
],
|
||
|
default: "text"
|
||
|
}
|
||
|
});
|
||
|
|
||
|
exports.skeletonItemProps = skeletonItemProps;
|
||
|
//# sourceMappingURL=skeleton-item.js.map
|