@opensig/opendesign
Version:
21 lines (20 loc) • 493 B
JavaScript
import _sfc_main from "./OAvatar.vue.mjs";
import _sfc_main$1 from "./OAvatarGroup.vue.mjs";
import { ObjectFitTypes, avatarGroupProps, avatarProps } from "./types.mjs";
const OAvatar = Object.assign(_sfc_main, {
install(app) {
app.component("OAvatar", _sfc_main);
}
});
const OAvatarGroup = Object.assign(_sfc_main$1, {
install(app) {
app.component("OAvatarGroup", _sfc_main$1);
}
});
export {
OAvatar,
OAvatarGroup,
ObjectFitTypes,
avatarGroupProps,
avatarProps
};