vuestic-ui
Version:
Vue 3 UI Framework
11 lines (10 loc) • 428 B
JavaScript
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