import { withInstall } from '@jnpf/utils';

import PopupAttr from './src/PopupAttr.vue';

export const JnpfPopupAttr = withInstall(PopupAttr);
