UNPKG

vuestic-ui

Version:
11 lines (10 loc) 428 B
import { w as withConfigTransport } from "../../services/config-transport/withConfigTransport.js"; import { _ as _VaSkeleton } from "./VaSkeleton.js"; import { _ as _VaSkeletonGroup } from "./components/VaSkeletonGroup.js"; const VaSkeleton = withConfigTransport(_VaSkeleton); const VaSkeletonGroup = withConfigTransport(_VaSkeletonGroup); export { VaSkeleton as V, VaSkeletonGroup as a }; //# sourceMappingURL=index.js.map