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

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

export const JnpfTextTag = withInstall(TextTag);
