@dialpad/dialtone-vue
Version:
Vue component library for Dialpad's design system Dialtone
20 lines (19 loc) • 753 B
JavaScript
import { default as E } from "./skeleton.js";
import { default as o } from "./skeleton-list-item.js";
import { default as r } from "./skeleton-text.js";
import { default as T } from "./skeleton-shape.js";
import { default as _ } from "./skeleton-paragraph.js";
import { SKELETON_HEADING_HEIGHTS as m, SKELETON_RIPPLE_DURATION as x, SKELETON_SHAPES as D, SKELETON_SHAPE_SIZES as L, SKELETON_TEXT_TYPES as N } from "./skeleton-constants.js";
export {
E as DtSkeleton,
o as DtSkeletonListItem,
_ as DtSkeletonParagraph,
T as DtSkeletonShape,
r as DtSkeletonText,
m as SKELETON_HEADING_HEIGHTS,
x as SKELETON_RIPPLE_DURATION,
D as SKELETON_SHAPES,
L as SKELETON_SHAPE_SIZES,
N as SKELETON_TEXT_TYPES
};
//# sourceMappingURL=index.js.map